#CCE8D6

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

Shades of Granny Apple #CCE8D6

Tints of Granny Apple #CCE8D6

Color information

#CCE8D6 (or 0xCCE8D6) is unknown color: approx Granny Apple. HEX triplet: CC, E8 and D6. RGB value is (204,232,214). Sum of RGB (Red+Green+Blue) = 204+232+214=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 232 (91.02% from 255 or 35.69% from 650); Blue value is 214 (83.98% from 255 or 32.92% from 650); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8D6 is #331729. Grayscale: #DDDDDD. Windows color (decimal): -3348266 or 14084300. OLE color: 14084300.

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

Color convert

RGB204232214-
CMYK0.1200.080.09
HSL141.43º37.84%85.49%-
HSV(B)141.43º12.07%90.98%-
XYZ65.975.4174.7-
YUV221.58123.72115.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 232 (91.02% from 255) = 35.69%
BLUE value IS 214 (83.98% from 255) = 32.92%
R=31.38%
G=35.69%
B=32.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042322140.1200.080.09141.4337.8485.49
HexCCE8D6C0898d2655
Octal314350326140101121546125
Binary1100110011101000110101101100010001001100011011001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE8D6; }

 p { color: rgb(204,232,214); }

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

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

 a { background-color: rgb(204,232,214); }

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

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

 span { border-color: rgb(204,232,214); }

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