#C9DCD0

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

Shades of Granny Apple #C9DCD0

Tints of Granny Apple #C9DCD0

Color information

#C9DCD0 (or 0xC9DCD0) is unknown color: approx Granny Apple. HEX triplet: C9, DC and D0. RGB value is (201,220,208). Sum of RGB (Red+Green+Blue) = 201+220+208=629 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.96% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCD0 is #36232F. Grayscale: #D4D4D4. Windows color (decimal): -3547952 or 13688009. OLE color: 13688009.

HSL color Cylindrical-coordinate representation of color #C9DCD0: hue angle of 142.11º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DCD0 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB201220208-
CMYK0.0900.050.14
HSL142.11º21.35%82.55%-
HSV(B)142.11º8.64%86.27%-
XYZ61.0768.1669.61-
YUV212.95125.21119.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.96%
GREEN value IS 220 (86.33% from 255) = 34.98%
BLUE value IS 208 (81.64% from 255) = 33.07%
R=31.96%
G=34.98%
B=33.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012202080.0900.050.14142.1121.3582.55
HexC9DCD0905E8e1553
Octal31133432011051621625123
Binary11001001110111001101000010010101111010001110101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DCD0; }

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

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

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

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

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

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

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

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