#CBDEAD

Color #CBDEAD Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CBDEAD

Tints of Reef #CBDEAD

Color information

#CBDEAD (or 0xCBDEAD) is unknown color: approx Reef. HEX triplet: CB, DE and AD. RGB value is (203,222,173). Sum of RGB (Red+Green+Blue) = 203+222+173=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 173 (67.97% from 255 or 28.93% from 598); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDEAD is #342152. Grayscale: #D2D2D2. Windows color (decimal): -3416403 or 11394763. OLE color: 11394763.

HSL color Cylindrical-coordinate representation of color #CBDEAD: hue angle of 83.27º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBDEAD is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB203222173-
CMYK0.0900.220.13
HSL83.27º42.61%77.45%-
HSV(B)83.27º22.07%87.06%-
XYZ58.2967.9649.58-
YUV210.73106.71122.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 33.95%
GREEN value IS 222 (87.11% from 255) = 37.12%
BLUE value IS 173 (67.97% from 255) = 28.93%
R=33.95%
G=37.12%
B=28.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032221730.0900.220.1383.2742.6177.45
HexCBDEAD9016D532b4d
Octal313336255110261512353115
Binary1100101111011110101011011001010110110110100111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDEAD; }

 p { color: rgb(203,222,173); }

 H1.HeaderClassName
 {
   color: #CBDEAD;
 }
 .AnyTagClassName
 {
   color: #CBDEAD;
 }
</style>
background-color css

<style>
 a { background-color: #CBDEAD; }

 a { background-color: rgb(203,222,173); }

 div.DivClassName
 {
   background-color: #CBDEAD;
 }
 .BgClassName
 {
   background-color: #CBDEAD;
 }
</style>
border-color css

<style>
 span { border-color: #CBDEAD; }

 span { border-color: rgb(203,222,173); }

 td.TdClassName
 {
   border-color: #CBDEAD;
 }
 .TagClassName
 {
   border-color: #CBDEAD;
 }
</style>