#CCE9D5

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

Shades of Granny Apple #CCE9D5

Tints of Granny Apple #CCE9D5

Color information

#CCE9D5 (or 0xCCE9D5) is unknown color: approx Granny Apple. HEX triplet: CC, E9 and D5. RGB value is (204,233,213). Sum of RGB (Red+Green+Blue) = 204+233+213=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 233 (91.41% from 255 or 35.85% from 650); Blue value is 213 (83.59% from 255 or 32.77% from 650); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE9D5 is #33162A. Grayscale: #DEDEDE. Windows color (decimal): -3348011 or 14019020. OLE color: 14019020.

HSL color Cylindrical-coordinate representation of color #CCE9D5: hue angle of 138.62º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE9D5 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB204233213-
CMYK0.1200.090.09
HSL138.62º39.73%85.69%-
HSV(B)138.62º12.45%91.37%-
XYZ66.0575.9274.12-
YUV222.05122.89115.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 233 (91.41% from 255) = 35.85%
BLUE value IS 213 (83.59% from 255) = 32.77%
R=31.38%
G=35.85%
B=32.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042332130.1200.090.09138.6239.7385.69
HexCCE9D5C0998b2856
Octal314351325140111121350126
Binary1100110011101001110101011100010011001100010111010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE9D5; }

 p { color: rgb(204,233,213); }

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

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

 a { background-color: rgb(204,233,213); }

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

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

 span { border-color: rgb(204,233,213); }

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