#CCE0D0

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

Shades of Granny Apple #CCE0D0

Tints of Granny Apple #CCE0D0

Color information

#CCE0D0 (or 0xCCE0D0) is unknown color: approx Granny Apple. HEX triplet: CC, E0 and D0. RGB value is (204,224,208). Sum of RGB (Red+Green+Blue) = 204+224+208=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0D0 is #331F2F. Grayscale: #D8D8D8. Windows color (decimal): -3350320 or 13689036. OLE color: 13689036.

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

Color convert

RGB204224208-
CMYK0.0900.070.12
HSL132º24.39%83.92%-
HSV(B)132º8.93%87.84%-
XYZ62.9470.770-
YUV216.2123.37119.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 224 (87.89% from 255) = 35.22%
BLUE value IS 208 (81.64% from 255) = 32.70%
R=32.08%
G=35.22%
B=32.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042242080.0900.070.1213224.3983.92
HexCCE0D0907C841854
Octal31434032011071420430124
Binary11001100111000001101000010010111110010000100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE0D0; }

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

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

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

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

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

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

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

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