Color Hex Logo

#cbbddb Color Hex

#CBBDDB
(203,189,219)
0 Favorites   0 Comments

Color spaces of #cbbddb

RGB 203189219
HSL0.740.290.80
HSV268°14°86°
CMYK 0.070.140.00   0.14
XYZ55.612454.206274.5496
Yxy54.20620.30160.2940
Hunter Lab73.62495.9861-8.4973
CIE-Lab78.581810.5169-13.2033

#cbbddb color RGB value is (203,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111101 11011011
Octal 313 275 333
Decimal 203 189 219
Hex CB BD DB

RGB Percentages of Color #cbbddb

%33.22
%30.93
%35.84

CMYK Percentages of Color #cbbddb

%7
%14
%0
%14

Triadic Colors of #cbbddb

#cbbddb #dbcbbd #bddbcb

Analogous Colors of #cbbddb

#cbbddb #dabddb #bdbedb

Monochromatic Colors of #cbbddb

#cbbddb

Complementary Color

#cbbddb #cddbbd

#cbbddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbddb Color CSS Codes

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

#cbbddb Text Font Color

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

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


#cbbddb Background Color

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

This div background color is #cbbddb


#cbbddb Border Color

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

This div border color is #cbbddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbddb


Comments

No comments written yet.

Please login to write comment.