#CCEBD1

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

Shades of Granny Apple #CCEBD1

Tints of Granny Apple #CCEBD1

Color information

#CCEBD1 (or 0xCCEBD1) is unknown color: approx Granny Apple. HEX triplet: CC, EB and D1. RGB value is (204,235,209). Sum of RGB (Red+Green+Blue) = 204+235+209=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBD1 is #33142E. Grayscale: #DEDEDE. Windows color (decimal): -3347503 or 13757388. OLE color: 13757388.

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

Color convert

RGB204235209-
CMYK0.1300.110.08
HSL129.68º43.66%86.08%-
HSV(B)129.68º13.19%92.16%-
XYZ66.1276.8671.67-
YUV222.77120.23114.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.48%
GREEN value IS 235 (92.19% from 255) = 36.27%
BLUE value IS 209 (82.03% from 255) = 32.25%
R=31.48%
G=36.27%
B=32.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042352090.1300.110.08129.6843.6686.08
HexCCEBD1D0B8822c56
Octal314353321150131020254126
Binary1100110011101011110100011101010111000100000101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBD1; }

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

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

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

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

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

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

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

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