#CCEBCD

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

Shades of Granny Apple #CCEBCD

Tints of Granny Apple #CCEBCD

Color information

#CCEBCD (or 0xCCEBCD) is unknown color: approx Granny Apple. HEX triplet: CC, EB and CD. RGB value is (204,235,205). Sum of RGB (Red+Green+Blue) = 204+235+205=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBCD is #331432. Grayscale: #DEDEDE. Windows color (decimal): -3347507 or 13495244. OLE color: 13495244.

HSL color Cylindrical-coordinate representation of color #CCEBCD: hue angle of 121.94º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEBCD is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB204235205-
CMYK0.1300.130.08
HSL121.94º43.66%86.08%-
HSV(B)121.94º13.19%92.16%-
XYZ65.6376.6669.1-
YUV222.31118.23114.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.68%
GREEN value IS 235 (92.19% from 255) = 36.49%
BLUE value IS 205 (80.47% from 255) = 31.83%
R=31.68%
G=36.49%
B=31.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042352050.1300.130.08121.9443.6686.08
HexCCEBCDD0D87a2c56
Octal314353315150151017254126
Binary110011001110101111001101110101101100011110101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBCD; }

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

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

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

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

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

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

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

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