#CCDDCF

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

Shades of Granny Apple #CCDDCF

Tints of Granny Apple #CCDDCF

Color information

#CCDDCF (or 0xCCDDCF) is unknown color: approx Granny Apple. HEX triplet: CC, DD and CF. RGB value is (204,221,207). Sum of RGB (Red+Green+Blue) = 204+221+207=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDCF is #332230. Grayscale: #D6D6D6. Windows color (decimal): -3351089 or 13622732. OLE color: 13622732.

HSL color Cylindrical-coordinate representation of color #CCDDCF: hue angle of 130.59º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCDDCF is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB204221207-
CMYK0.0800.060.13
HSL130.59º20%83.33%-
HSV(B)130.59º7.69%86.67%-
XYZ62.0269.0669.09-
YUV214.32123.87120.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.28%
GREEN value IS 221 (86.72% from 255) = 34.97%
BLUE value IS 207 (81.25% from 255) = 32.75%
R=32.28%
G=34.97%
B=32.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042212070.0800.060.13130.592083.33
HexCCDDCF806D831453
Octal31433531710061520324123
Binary11001100110111011100111110000110110110000011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDCF; }

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

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

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

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

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

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

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

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