#CCDDD0

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

Shades of Granny Apple #CCDDD0

Tints of Granny Apple #CCDDD0

Color information

#CCDDD0 (or 0xCCDDD0) is unknown color: approx Granny Apple. HEX triplet: CC, DD and D0. RGB value is (204,221,208). Sum of RGB (Red+Green+Blue) = 204+221+208=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDD0 is #33222F. Grayscale: #D6D6D6. Windows color (decimal): -3351088 or 13688268. OLE color: 13688268.

HSL color Cylindrical-coordinate representation of color #CCDDD0: hue angle of 134.12º 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 #CCDDD0 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB204221208-
CMYK0.0800.060.13
HSL134.12º20%83.33%-
HSV(B)134.12º7.69%86.67%-
XYZ62.1469.169.74-
YUV214.44124.37120.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 221 (86.72% from 255) = 34.91%
BLUE value IS 208 (81.64% from 255) = 32.86%
R=32.23%
G=34.91%
B=32.86%

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
Decimal2042212080.0800.060.13134.122083.33
HexCCDDD0806D861453
Octal31433532010061520624123
Binary11001100110111011101000010000110110110000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDD0; }

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

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

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

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

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

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

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

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