#C9DDCF

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

Shades of Granny Apple #C9DDCF

Tints of Granny Apple #C9DDCF

Color information

#C9DDCF (or 0xC9DDCF) is unknown color: approx Granny Apple. HEX triplet: C9, DD and CF. RGB value is (201,221,207). Sum of RGB (Red+Green+Blue) = 201+221+207=629 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.96% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDCF is #362230. Grayscale: #D5D5D5. Windows color (decimal): -3547697 or 13622729. OLE color: 13622729.

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

Color convert

RGB201221207-
CMYK0.0900.060.13
HSL138º22.73%82.75%-
HSV(B)138º9.05%86.67%-
XYZ61.2168.6469.05-
YUV213.42124.37119.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.96%
GREEN value IS 221 (86.72% from 255) = 35.14%
BLUE value IS 207 (81.25% from 255) = 32.91%
R=31.96%
G=35.14%
B=32.91%

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
Decimal2012212070.0900.060.1313822.7382.75
HexC9DDCF906D8a1753
Octal31133531711061521227123
Binary11001001110111011100111110010110110110001010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DDCF; }

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

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

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

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

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

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

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

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