#CCEBD3

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

Shades of Granny Apple #CCEBD3

Tints of Granny Apple #CCEBD3

Color information

#CCEBD3 (or 0xCCEBD3) is unknown color: approx Granny Apple. HEX triplet: CC, EB and D3. RGB value is (204,235,211). Sum of RGB (Red+Green+Blue) = 204+235+211=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBD3 is #33142C. Grayscale: #DFDFDF. Windows color (decimal): -3347501 or 13888460. OLE color: 13888460.

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

Color convert

RGB204235211-
CMYK0.1300.100.08
HSL133.55º43.66%86.08%-
HSV(B)133.55º13.19%92.16%-
XYZ66.3776.9672.98-
YUV222.99121.23114.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 235 (92.19% from 255) = 36.15%
BLUE value IS 211 (82.81% from 255) = 32.46%
R=31.38%
G=36.15%
B=32.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042352110.1300.100.08133.5543.6686.08
HexCCEBD3D0A8862c56
Octal314353323150121020654126
Binary1100110011101011110100111101010101000100001101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBD3; }

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

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

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

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

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

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

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

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