#CCE7D9

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

Shades of Aero Blue #CCE7D9

Tints of Aero Blue #CCE7D9

Color information

#CCE7D9 (or 0xCCE7D9) is unknown color: approx Aero Blue. HEX triplet: CC, E7 and D9. RGB value is (204,231,217). Sum of RGB (Red+Green+Blue) = 204+231+217=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 231 (90.62% from 255 or 35.43% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE7D9 is #331826. Grayscale: #DDDDDD. Windows color (decimal): -3348519 or 14280652. OLE color: 14280652.

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

Color convert

RGB204231217-
CMYK0.1200.060.09
HSL148.89º36%85.29%-
HSV(B)148.89º11.69%90.59%-
XYZ667576.64-
YUV221.33125.55115.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.29%
GREEN value IS 231 (90.62% from 255) = 35.43%
BLUE value IS 217 (85.16% from 255) = 33.28%
R=31.29%
G=35.43%
B=33.28%

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
Decimal2042312170.1200.060.09148.893685.29
HexCCE7D9C069952455
Octal31434733114061122544125
Binary110011001110011111011001110001101001100101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE7D9; }

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

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

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

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

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

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

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

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