#C9DDD0

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

Shades of Granny Apple #C9DDD0

Tints of Granny Apple #C9DDD0

Color information

#C9DDD0 (or 0xC9DDD0) is unknown color: approx Granny Apple. HEX triplet: C9, DD and D0. RGB value is (201,221,208). Sum of RGB (Red+Green+Blue) = 201+221+208=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDD0 is #36222F. Grayscale: #D5D5D5. Windows color (decimal): -3547696 or 13688265. OLE color: 13688265.

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

Color convert

RGB201221208-
CMYK0.0900.060.13
HSL141º22.73%82.75%-
HSV(B)141º9.05%86.67%-
XYZ61.3368.6869.7-
YUV213.54124.87119.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.90%
GREEN value IS 221 (86.72% from 255) = 35.08%
BLUE value IS 208 (81.64% from 255) = 33.02%
R=31.90%
G=35.08%
B=33.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2012212080.0900.060.1314122.7382.75
HexC9DDD0906D8d1753
Octal31133532011061521527123
Binary11001001110111011101000010010110110110001101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DDD0; }

 p { color: rgb(201,221,208); }

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

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

 a { background-color: rgb(201,221,208); }

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

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

 span { border-color: rgb(201,221,208); }

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