#C9DEAA

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

Shades of Reef #C9DEAA

Tints of Reef #C9DEAA

Color information

#C9DEAA (or 0xC9DEAA) is unknown color: approx Reef. HEX triplet: C9, DE and AA. RGB value is (201,222,170). Sum of RGB (Red+Green+Blue) = 201+222+170=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DEAA is #362155. Grayscale: #D1D1D1. Windows color (decimal): -3547478 or 11198153. OLE color: 11198153.

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

Color convert

RGB201222170-
CMYK0.0900.230.13
HSL84.23º44.07%76.86%-
HSV(B)84.23º23.42%87.06%-
XYZ57.4667.5648.04-
YUV209.79105.54121.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.90%
GREEN value IS 222 (87.11% from 255) = 37.44%
BLUE value IS 170 (66.80% from 255) = 28.67%
R=33.90%
G=37.44%
B=28.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012221700.0900.230.1384.2344.0776.86
HexC9DEAA9017D542c4d
Octal311336252110271512454115
Binary1100100111011110101010101001010111110110101001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DEAA; }

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

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

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

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

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

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

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

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