#CDDEAD

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

Shades of Reef #CDDEAD

Tints of Reef #CDDEAD

Color information

#CDDEAD (or 0xCDDEAD) is unknown color: approx Reef. HEX triplet: CD, DE and AD. RGB value is (205,222,173). Sum of RGB (Red+Green+Blue) = 205+222+173=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDEAD is #322152. Grayscale: #D3D3D3. Windows color (decimal): -3285331 or 11394765. OLE color: 11394765.

HSL color Cylindrical-coordinate representation of color #CDDEAD: hue angle of 80.82º 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 #CDDEAD is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB205222173-
CMYK0.0800.220.13
HSL80.82º42.61%77.45%-
HSV(B)80.82º22.07%87.06%-
XYZ58.8468.2449.61-
YUV211.33106.37123.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.17%
GREEN value IS 222 (87.11% from 255) = 37%
BLUE value IS 173 (67.97% from 255) = 28.83%
R=34.17%
G=37%
B=28.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221730.0800.220.1380.8242.6177.45
HexCDDEAD8016D512b4d
Octal315336255100261512153115
Binary1100110111011110101011011000010110110110100011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEAD; }

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

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

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

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

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

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

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

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