#CCD9D0

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

Shades of Granny Apple #CCD9D0

Tints of Granny Apple #CCD9D0

Color information

#CCD9D0 (or 0xCCD9D0) is unknown color: approx Granny Apple. HEX triplet: CC, D9 and D0. RGB value is (204,217,208). Sum of RGB (Red+Green+Blue) = 204+217+208=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9D0 is #33262F. Grayscale: #D4D4D4. Windows color (decimal): -3352112 or 13687244. OLE color: 13687244.

HSL color Cylindrical-coordinate representation of color #CCD9D0: hue angle of 138.46º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD9D0 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB204217208-
CMYK0.0600.040.15
HSL138.46º14.61%82.55%-
HSV(B)138.46º5.99%85.1%-
XYZ61.167.0269.39-
YUV212.09125.69122.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 217 (85.16% from 255) = 34.50%
BLUE value IS 208 (81.64% from 255) = 33.07%
R=32.43%
G=34.50%
B=33.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042172080.0600.040.15138.4614.6182.55
HexCCD9D0604F8af53
Octal3143313206041721217123
Binary110011001101100111010000110010011111000101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD9D0; }

 p { color: rgb(204,217,208); }

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

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

 a { background-color: rgb(204,217,208); }

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

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

 span { border-color: rgb(204,217,208); }

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