#C9DECF

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

Shades of Granny Apple #C9DECF

Tints of Granny Apple #C9DECF

Color information

#C9DECF (or 0xC9DECF) is unknown color: approx Granny Apple. HEX triplet: C9, DE and CF. RGB value is (201,222,207). Sum of RGB (Red+Green+Blue) = 201+222+207=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DECF is #362130. Grayscale: #D6D6D6. Windows color (decimal): -3547441 or 13622985. OLE color: 13622985.

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

Color convert

RGB201222207-
CMYK0.0900.070.13
HSL137.14º24.14%82.94%-
HSV(B)137.14º9.46%87.06%-
XYZ61.4769.1769.14-
YUV214.01124.04118.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.90%
GREEN value IS 222 (87.11% from 255) = 35.24%
BLUE value IS 207 (81.25% from 255) = 32.86%
R=31.90%
G=35.24%
B=32.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012222070.0900.070.13137.1424.1482.94
HexC9DECF907D891853
Octal31133631711071521130123
Binary11001001110111101100111110010111110110001001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DECF; }

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

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

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

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

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

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

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

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