#CCE1D2

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

Shades of Granny Apple #CCE1D2

Tints of Granny Apple #CCE1D2

Color information

#CCE1D2 (or 0xCCE1D2) is unknown color: approx Granny Apple. HEX triplet: CC, E1 and D2. RGB value is (204,225,210). Sum of RGB (Red+Green+Blue) = 204+225+210=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1D2 is #331E2D. Grayscale: #D9D9D9. Windows color (decimal): -3350062 or 13820364. OLE color: 13820364.

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

Color convert

RGB204225210-
CMYK0.0900.070.12
HSL137.14º25.93%84.12%-
HSV(B)137.14º9.33%88.24%-
XYZ63.4671.3471.4-
YUV217.01124.04118.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.92%
GREEN value IS 225 (88.28% from 255) = 35.21%
BLUE value IS 210 (82.42% from 255) = 32.86%
R=31.92%
G=35.21%
B=32.86%

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
Decimal2042252100.0900.070.12137.1425.9384.12
HexCCE1D2907C891a54
Octal31434132211071421132124
Binary11001100111000011101001010010111110010001001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE1D2; }

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

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

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

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

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

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

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

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