#CDDEAA

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

Shades of Reef #CDDEAA

Tints of Reef #CDDEAA

Color information

#CDDEAA (or 0xCDDEAA) is unknown color: approx Reef. HEX triplet: CD, DE and AA. RGB value is (205,222,170). Sum of RGB (Red+Green+Blue) = 205+222+170=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDEAA is #322155. Grayscale: #D3D3D3. Windows color (decimal): -3285334 or 11198157. OLE color: 11198157.

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

Color convert

RGB205222170-
CMYK0.0800.230.13
HSL79.62º44.07%76.86%-
HSV(B)79.62º23.42%87.06%-
XYZ58.5568.1248.09-
YUV210.99104.87123.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.34%
GREEN value IS 222 (87.11% from 255) = 37.19%
BLUE value IS 170 (66.80% from 255) = 28.48%
R=34.34%
G=37.19%
B=28.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221700.0800.230.1379.6244.0776.86
HexCDDEAA8017D502c4d
Octal315336252100271512054115
Binary1100110111011110101010101000010111110110100001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEAA; }

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

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

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

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

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

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

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

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