#CCE5CD

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

Shades of Granny Apple #CCE5CD

Tints of Granny Apple #CCE5CD

Color information

#CCE5CD (or 0xCCE5CD) is unknown color: approx Granny Apple. HEX triplet: CC, E5 and CD. RGB value is (204,229,205). Sum of RGB (Red+Green+Blue) = 204+229+205=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5CD is #331A32. Grayscale: #DADADA. Windows color (decimal): -3349043 or 13493708. OLE color: 13493708.

HSL color Cylindrical-coordinate representation of color #CCE5CD: hue angle of 122.4º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCE5CD is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB204229205-
CMYK0.1100.100.10
HSL122.4º32.47%84.9%-
HSV(B)122.4º10.92%89.8%-
XYZ63.9473.2868.53-
YUV218.79120.22117.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 229 (89.84% from 255) = 35.89%
BLUE value IS 205 (80.47% from 255) = 32.13%
R=31.97%
G=35.89%
B=32.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042292050.1100.100.10122.432.4784.9
HexCCE5CDB0AA7a2055
Octal314345315130121217240125
Binary110011001110010111001101101101010101011110101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE5CD; }

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

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

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

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

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

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

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

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