#C9DCCD

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

Shades of Granny Apple #C9DCCD

Tints of Granny Apple #C9DCCD

Color information

#C9DCCD (or 0xC9DCCD) is unknown color: approx Granny Apple. HEX triplet: C9, DC and CD. RGB value is (201,220,205). Sum of RGB (Red+Green+Blue) = 201+220+205=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCCD is #362332. Grayscale: #D4D4D4. Windows color (decimal): -3547955 or 13491401. OLE color: 13491401.

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

Color convert

RGB201220205-
CMYK0.0900.070.14
HSL132.63º21.35%82.55%-
HSV(B)132.63º8.64%86.27%-
XYZ60.768.0167.69-
YUV212.61123.71119.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.11%
GREEN value IS 220 (86.33% from 255) = 35.14%
BLUE value IS 205 (80.47% from 255) = 32.75%
R=32.11%
G=35.14%
B=32.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012202050.0900.070.14132.6321.3582.55
HexC9DCCD907E851553
Octal31133431511071620525123
Binary11001001110111001100110110010111111010000101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DCCD; }

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

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

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

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

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

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

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

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