#CCE1D0

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

Shades of Granny Apple #CCE1D0

Tints of Granny Apple #CCE1D0

Color information

#CCE1D0 (or 0xCCE1D0) is unknown color: approx Granny Apple. HEX triplet: CC, E1 and D0. RGB value is (204,225,208). Sum of RGB (Red+Green+Blue) = 204+225+208=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1D0 is #331E2F. Grayscale: #D8D8D8. Windows color (decimal): -3350064 or 13689292. OLE color: 13689292.

HSL color Cylindrical-coordinate representation of color #CCE1D0: hue angle of 131.43º degrees, saturation: 0.26, 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 #CCE1D0 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB204225208-
CMYK0.0900.080.12
HSL131.43º25.93%84.12%-
HSV(B)131.43º9.33%88.24%-
XYZ63.2171.2470.09-
YUV216.78123.04118.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.03%
GREEN value IS 225 (88.28% from 255) = 35.32%
BLUE value IS 208 (81.64% from 255) = 32.65%
R=32.03%
G=35.32%
B=32.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042252080.0900.080.12131.4325.9384.12
HexCCE1D0908C831a54
Octal314341320110101420332124
Binary110011001110000111010000100101000110010000011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE1D0; }

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

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

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

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

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

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

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

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