#CCECD0

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

Shades of Granny Apple #CCECD0

Tints of Granny Apple #CCECD0

Color information

#CCECD0 (or 0xCCECD0) is unknown color: approx Granny Apple. HEX triplet: CC, EC and D0. RGB value is (204,236,208). Sum of RGB (Red+Green+Blue) = 204+236+208=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECD0 is #33132F. Grayscale: #DFDFDF. Windows color (decimal): -3347248 or 13692108. OLE color: 13692108.

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

Color convert

RGB204236208-
CMYK0.1400.120.07
HSL127.5º45.71%86.27%-
HSV(B)127.5º13.56%92.55%-
XYZ66.2877.3871.12-
YUV223.24119.4114.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.48%
GREEN value IS 236 (92.58% from 255) = 36.42%
BLUE value IS 208 (81.64% from 255) = 32.10%
R=31.48%
G=36.42%
B=32.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042362080.1400.120.07127.545.7186.27
HexCCECD0E0C77f2e56
Octal31435432016014717756126
Binary11001100111011001101000011100110011111111111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECD0; }

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

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

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

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

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

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

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

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