#CCECD7

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

Shades of Granny Apple #CCECD7

Tints of Granny Apple #CCECD7

Color information

#CCECD7 (or 0xCCECD7) is unknown color: approx Granny Apple. HEX triplet: CC, EC and D7. RGB value is (204,236,215). Sum of RGB (Red+Green+Blue) = 204+236+215=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 215 (84.38% from 255 or 32.82% from 655); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECD7 is #331328. Grayscale: #E0E0E0. Windows color (decimal): -3347241 or 14150860. OLE color: 14150860.

HSL color Cylindrical-coordinate representation of color #CCECD7: hue angle of 140.62º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCECD7 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB204236215-
CMYK0.1400.090.07
HSL140.62º45.71%86.27%-
HSV(B)140.62º13.56%92.55%-
XYZ67.1677.7375.75-
YUV224.04122.9113.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.15%
GREEN value IS 236 (92.58% from 255) = 36.03%
BLUE value IS 215 (84.38% from 255) = 32.82%
R=31.15%
G=36.03%
B=32.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042362150.1400.090.07140.6245.7186.27
HexCCECD7E0978d2e56
Octal31435432716011721556126
Binary110011001110110011010111111001001111100011011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECD7; }

 p { color: rgb(204,236,215); }

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

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

 a { background-color: rgb(204,236,215); }

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

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

 span { border-color: rgb(204,236,215); }

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