#CCECCD

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

Shades of Granny Apple #CCECCD

Tints of Granny Apple #CCECCD

Color information

#CCECCD (or 0xCCECCD) is unknown color: approx Granny Apple. HEX triplet: CC, EC and CD. RGB value is (204,236,205). Sum of RGB (Red+Green+Blue) = 204+236+205=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECCD is #331332. Grayscale: #DEDEDE. Windows color (decimal): -3347251 or 13495500. OLE color: 13495500.

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

Color convert

RGB204236205-
CMYK0.1400.130.07
HSL121.87º45.71%86.27%-
HSV(B)121.87º13.56%92.55%-
XYZ65.9277.2469.19-
YUV222.9117.9114.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.63%
GREEN value IS 236 (92.58% from 255) = 36.59%
BLUE value IS 205 (80.47% from 255) = 31.78%
R=31.63%
G=36.59%
B=31.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042362050.1400.130.07121.8745.7186.27
HexCCECCDE0D77a2e56
Octal31435431516015717256126
Binary11001100111011001100110111100110111111110101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECCD; }

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

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

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

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

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

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

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

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