#C9DACF

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

Shades of Granny Apple #C9DACF

Tints of Granny Apple #C9DACF

Color information

#C9DACF (or 0xC9DACF) is unknown color: approx Granny Apple. HEX triplet: C9, DA and CF. RGB value is (201,218,207). Sum of RGB (Red+Green+Blue) = 201+218+207=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DACF is #362530. Grayscale: #D3D3D3. Windows color (decimal): -3548465 or 13621961. OLE color: 13621961.

HSL color Cylindrical-coordinate representation of color #C9DACF: hue angle of 141.18º 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 #C9DACF is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB201218207-
CMYK0.0800.050.15
HSL141.18º18.68%82.16%-
HSV(B)141.18º7.8%85.49%-
XYZ60.4267.0768.79-
YUV211.66125.37120.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.11%
GREEN value IS 218 (85.55% from 255) = 34.82%
BLUE value IS 207 (81.25% from 255) = 33.07%
R=32.11%
G=34.82%
B=33.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012182070.0800.050.15141.1818.6882.16
HexC9DACF805F8d1352
Octal31133231710051721523122
Binary11001001110110101100111110000101111110001101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DACF; }

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

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

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

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

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

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

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

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