#C9DFAE

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

Shades of Reef #C9DFAE

Tints of Reef #C9DFAE

Color information

#C9DFAE (or 0xC9DFAE) is unknown color: approx Reef. HEX triplet: C9, DF and AE. RGB value is (201,223,174). Sum of RGB (Red+Green+Blue) = 201+223+174=598 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.61% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DFAE is #362051. Grayscale: #D3D3D3. Windows color (decimal): -3547218 or 11460553. OLE color: 11460553.

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

Color convert

RGB201223174-
CMYK0.1000.220.13
HSL86.94º43.36%77.84%-
HSV(B)86.94º21.97%87.45%-
XYZ58.1268.2550.15-
YUV210.84107.21120.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.61%
GREEN value IS 223 (87.5% from 255) = 37.29%
BLUE value IS 174 (68.36% from 255) = 29.10%
R=33.61%
G=37.29%
B=29.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012231740.1000.220.1386.9443.3677.84
HexC9DFAEA016D572b4e
Octal311337256120261512753116
Binary1100100111011111101011101010010110110110101111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DFAE; }

 p { color: rgb(201,223,174); }

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

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

 a { background-color: rgb(201,223,174); }

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

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

 span { border-color: rgb(201,223,174); }

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