Color Hex Logo

#ceb7dc Color Hex

#CEB7DC
(206,183,220)
0 Favorites   0 Comments

Color spaces of #ceb7dc

RGB 206183220
HSL0.770.350.79
HSV277°17°86°
CMYK 0.060.170.00   0.14
XYZ55.305452.156174.8624
Yxy52.15610.30330.2861
Hunter Lab72.219210.3116-10.9066
CIE-Lab77.374114.9517-15.5318

#ceb7dc color RGB value is (206,183,220).

#ceb7dc hex color red value is 206, green value is 183 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ceb7dc hue: 0.77 , saturation: 0.35 and the lightness value of ceb7dc is 0.79.

The process color (four color CMYK) of #ceb7dc color hex is 0.06, 0.17, 0.00, 0.14. Web safe color of #ceb7dc is #cccccc. Color #ceb7dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110111 11011100
Octal 316 267 334
Decimal 206 183 220
Hex CE B7 DC

RGB Percentages of Color #ceb7dc

%33.83
%30.05
%36.12

CMYK Percentages of Color #ceb7dc

%6
%17
%0
%14

Triadic Colors of #ceb7dc

#ceb7dc #dcceb7 #b7dcce

Analogous Colors of #ceb7dc

#ceb7dc #dcb7d8 #bcb7dc

Monochromatic Colors of #ceb7dc

#ceb7dc

Complementary Color

#ceb7dc #c5dcb7

#ceb7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb7dc Color CSS Codes

.mybgcolor {background-color:#ceb7dc; } 
.myforecolor {color:#ceb7dc; }
.mybordercolor {border:3px solid #ceb7dc; }

#ceb7dc Text Font Color

<p style="color:#ceb7dc">Text here</p>

This sample text font color is #ceb7dc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ceb7dc Background Color

<div style="background-color:#ceb7dc">
Div content here</div>

This div background color is #ceb7dc


#ceb7dc Border Color

<div style="border:3px solid #ceb7dc">
Div here</div>

This div border color is #ceb7dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,183,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ceb7dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ceb7dc;
  -webkit-box-shadow: 1px 1px 3px 2px #ceb7dc;
  box-shadow:         1px 1px 3px 2px #ceb7dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,183,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ceb7dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ceb7dc;
  -webkit-box-shadow: 1px 1px 3px 2px #ceb7dc;
  box-shadow:         1px 1px 3px 2px #ceb7dc;">
Div content here</div>

This div box has shadow with color #ceb7dc


Comments

No comments written yet.

Please login to write comment.