#CCDFD0

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

Shades of Granny Apple #CCDFD0

Tints of Granny Apple #CCDFD0

Color information

#CCDFD0 (or 0xCCDFD0) is unknown color: approx Granny Apple. HEX triplet: CC, DF and D0. RGB value is (204,223,208). Sum of RGB (Red+Green+Blue) = 204+223+208=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFD0 is #33202F. Grayscale: #D7D7D7. Windows color (decimal): -3350576 or 13688780. OLE color: 13688780.

HSL color Cylindrical-coordinate representation of color #CCDFD0: hue angle of 132.63º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCDFD0 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB204223208-
CMYK0.0900.070.13
HSL132.63º22.89%83.73%-
HSV(B)132.63º8.52%87.45%-
XYZ62.6770.1769.91-
YUV215.61123.71119.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.13%
GREEN value IS 223 (87.5% from 255) = 35.12%
BLUE value IS 208 (81.64% from 255) = 32.76%
R=32.13%
G=35.12%
B=32.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042232080.0900.070.13132.6322.8983.73
HexCCDFD0907D851754
Octal31433732011071520527124
Binary11001100110111111101000010010111110110000101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDFD0; }

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

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

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

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

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

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

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

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