#CCECD1

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

Shades of Granny Apple #CCECD1

Tints of Granny Apple #CCECD1

Color information

#CCECD1 (or 0xCCECD1) is unknown color: approx Granny Apple. HEX triplet: CC, EC and D1. RGB value is (204,236,209). Sum of RGB (Red+Green+Blue) = 204+236+209=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 209 (82.03% from 255 or 32.20% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECD1 is #33132E. Grayscale: #DFDFDF. Windows color (decimal): -3347247 or 13757644. OLE color: 13757644.

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

Color convert

RGB204236209-
CMYK0.1400.110.07
HSL129.38º45.71%86.27%-
HSV(B)129.38º13.56%92.55%-
XYZ66.4177.4371.77-
YUV223.35119.9114.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.43%
GREEN value IS 236 (92.58% from 255) = 36.36%
BLUE value IS 209 (82.03% from 255) = 32.20%
R=31.43%
G=36.36%
B=32.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042362090.1400.110.07129.3845.7186.27
HexCCECD1E0B7812e56
Octal31435432116013720156126
Binary110011001110110011010001111001011111100000011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECD1; }

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

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

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

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

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

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

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

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