#CCE6D5

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

Shades of Granny Apple #CCE6D5

Tints of Granny Apple #CCE6D5

Color information

#CCE6D5 (or 0xCCE6D5) is unknown color: approx Granny Apple. HEX triplet: CC, E6 and D5. RGB value is (204,230,213). Sum of RGB (Red+Green+Blue) = 204+230+213=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 213 (83.59% from 255 or 32.92% from 647); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE6D5 is #33192A. Grayscale: #DCDCDC. Windows color (decimal): -3348779 or 14018252. OLE color: 14018252.

HSL color Cylindrical-coordinate representation of color #CCE6D5: hue angle of 140.77º degrees, saturation: 0.34, 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 #CCE6D5 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB204230213-
CMYK0.1100.070.10
HSL140.77º34.21%85.1%-
HSV(B)140.77º11.3%90.2%-
XYZ65.2174.2473.84-
YUV220.29123.89116.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.53%
GREEN value IS 230 (90.23% from 255) = 35.55%
BLUE value IS 213 (83.59% from 255) = 32.92%
R=31.53%
G=35.55%
B=32.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042302130.1100.070.10140.7734.2185.1
HexCCE6D5B07A8d2255
Octal31434632513071221542125
Binary110011001110011011010101101101111010100011011000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE6D5; }

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

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

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

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

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

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

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

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