Color Hex Logo

#cbbddc Color Hex

#CBBDDC
(203,189,220)
0 Favorites   0 Comments

Color spaces of #cbbddc

RGB 203189220
HSL0.740.310.80
HSV267°14°86°
CMYK 0.080.140.00   0.14
XYZ55.744554.259075.2451
Yxy54.25900.30090.2929
Hunter Lab73.66076.1779-9.0028
CIE-Lab78.612510.7155-13.6969

#cbbddc color RGB value is (203,189,220).

#cbbddc hex color red value is 203, green value is 189 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cbbddc hue: 0.74 , saturation: 0.31 and the lightness value of cbbddc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111101 11011100
Octal 313 275 334
Decimal 203 189 220
Hex CB BD DC

RGB Percentages of Color #cbbddc

%33.17
%30.88
%35.95

CMYK Percentages of Color #cbbddc

%8
%14
%0
%14

Triadic Colors of #cbbddc

#cbbddc #dccbbd #bddccb

Analogous Colors of #cbbddc

#cbbddc #dbbddc #bdbfdc

Monochromatic Colors of #cbbddc

#cbbddc

Complementary Color

#cbbddc #cedcbd

#cbbddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbddc Color CSS Codes

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

#cbbddc Text Font Color

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

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


#cbbddc Background Color

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

This div background color is #cbbddc


#cbbddc Border Color

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

This div border color is #cbbddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,189,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 #cbbddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbddc


Comments

No comments written yet.

Please login to write comment.