#C9DACE

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

Shades of Granny Apple #C9DACE

Tints of Granny Apple #C9DACE

Color information

#C9DACE (or 0xC9DACE) is unknown color: approx Granny Apple. HEX triplet: C9, DA and CE. RGB value is (201,218,206). Sum of RGB (Red+Green+Blue) = 201+218+206=625 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.16% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DACE is #362531. Grayscale: #D3D3D3. Windows color (decimal): -3548466 or 13556425. OLE color: 13556425.

HSL color Cylindrical-coordinate representation of color #C9DACE: hue angle of 137.65º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9DACE is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB201218206-
CMYK0.0800.060.15
HSL137.65º18.68%82.16%-
HSV(B)137.65º7.8%85.49%-
XYZ60.367.0268.15-
YUV211.55124.87120.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.16%
GREEN value IS 218 (85.55% from 255) = 34.88%
BLUE value IS 206 (80.86% from 255) = 32.96%
R=32.16%
G=34.88%
B=32.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012182060.0800.060.15137.6518.6882.16
HexC9DACE806F8a1352
Octal31133231610061721223122
Binary11001001110110101100111010000110111110001010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DACE; }

 p { color: rgb(201,218,206); }

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

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

 a { background-color: rgb(201,218,206); }

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

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

 span { border-color: rgb(201,218,206); }

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