Color Hex Logo

#cbc6db Color Hex

#CBC6DB
(203,198,219)
0 Favorites   0 Comments

Color spaces of #cbc6db

RGB 203198219
HSL0.710.230.82
HSV254°10°86°
CMYK 0.070.100.00   0.14
XYZ57.608958.199275.2151
Yxy58.19920.30160.3047
Hunter Lab76.28841.2889-5.0540
CIE-Lab80.84945.6885-9.8166

#cbc6db color RGB value is (203,198,219).

#cbc6db hex color red value is 203, green value is 198 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cbc6db hue: 0.71 , saturation: 0.23 and the lightness value of cbc6db is 0.82.

The process color (four color CMYK) of #cbc6db color hex is 0.07, 0.10, 0.00, 0.14. Web safe color of #cbc6db is #cccccc. Color #cbc6db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000110 11011011
Octal 313 306 333
Decimal 203 198 219
Hex CB C6 DB

RGB Percentages of Color #cbc6db

%32.74
%31.94
%35.32

CMYK Percentages of Color #cbc6db

%7
%10
%0
%14

Triadic Colors of #cbc6db

#cbc6db #dbcbc6 #c6dbcb

Analogous Colors of #cbc6db

#cbc6db #d6c6db #c6ccdb

Monochromatic Colors of #cbc6db

#cbc6db

Complementary Color

#cbc6db #d6dbc6

#cbc6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc6db Color CSS Codes

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

#cbc6db Text Font Color

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

This sample text font color is #cbc6db
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.


#cbc6db Background Color

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

This div background color is #cbc6db


#cbc6db Border Color

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

This div border color is #cbc6db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,198,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbc6db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbc6db;
  -webkit-box-shadow: 1px 1px 3px 2px #cbc6db;
  box-shadow:         1px 1px 3px 2px #cbc6db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,198,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc6db


Comments

No comments written yet.

Please login to write comment.