#CCE8D9

Color #CCE8D9 Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #CCE8D9

Tints of Aero Blue #CCE8D9

Color information

#CCE8D9 (or 0xCCE8D9) is unknown color: approx Aero Blue. HEX triplet: CC, E8 and D9. RGB value is (204,232,217). Sum of RGB (Red+Green+Blue) = 204+232+217=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8D9 is #331726. Grayscale: #DDDDDD. Windows color (decimal): -3348263 or 14280908. OLE color: 14280908.

HSL color Cylindrical-coordinate representation of color #CCE8D9: hue angle of 147.86º 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 #CCE8D9 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB204232217-
CMYK0.1200.060.09
HSL147.86º37.84%85.49%-
HSV(B)147.86º12.07%90.98%-
XYZ66.2875.5676.74-
YUV221.92125.22115.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.24%
GREEN value IS 232 (91.02% from 255) = 35.53%
BLUE value IS 217 (85.16% from 255) = 33.23%
R=31.24%
G=35.53%
B=33.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042322170.1200.060.09147.8637.8485.49
HexCCE8D9C069942655
Octal31435033114061122446125
Binary110011001110100011011001110001101001100101001001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE8D9; }

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

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

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

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

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

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

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

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