#CCE2CE

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

Shades of Granny Apple #CCE2CE

Tints of Granny Apple #CCE2CE

Color information

#CCE2CE (or 0xCCE2CE) is unknown color: approx Granny Apple. HEX triplet: CC, E2 and CE. RGB value is (204,226,206). Sum of RGB (Red+Green+Blue) = 204+226+206=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 226 (88.67% from 255 or 35.53% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2CE is #331D31. Grayscale: #D9D9D9. Windows color (decimal): -3349810 or 13558476. OLE color: 13558476.

HSL color Cylindrical-coordinate representation of color #CCE2CE: hue angle of 125.45º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCE2CE is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB204226206-
CMYK0.1000.090.11
HSL125.45º27.5%84.31%-
HSV(B)125.45º9.73%88.63%-
XYZ63.2471.6968.9-
YUV217.14121.71118.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 226 (88.67% from 255) = 35.53%
BLUE value IS 206 (80.86% from 255) = 32.39%
R=32.08%
G=35.53%
B=32.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042262060.1000.090.11125.4527.584.31
HexCCE2CEA09B7d1c54
Octal314342316120111317534124
Binary11001100111000101100111010100100110111111101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE2CE; }

 p { color: rgb(204,226,206); }

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

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

 a { background-color: rgb(204,226,206); }

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

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

 span { border-color: rgb(204,226,206); }

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