#CCE7D7

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

Shades of Aero Blue #CCE7D7

Tints of Aero Blue #CCE7D7

Color information

#CCE7D7 (or 0xCCE7D7) is unknown color: approx Aero Blue. HEX triplet: CC, E7 and D7. RGB value is (204,231,215). Sum of RGB (Red+Green+Blue) = 204+231+215=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 231 (90.62% from 255 or 35.54% from 650); Blue value is 215 (84.38% from 255 or 33.08% from 650); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE7D7 is #331828. Grayscale: #DDDDDD. Windows color (decimal): -3348521 or 14149580. OLE color: 14149580.

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

Color convert

RGB204231215-
CMYK0.1200.070.09
HSL144.44º36%85.29%-
HSV(B)144.44º11.69%90.59%-
XYZ65.7474.975.28-
YUV221.1124.55115.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 231 (90.62% from 255) = 35.54%
BLUE value IS 215 (84.38% from 255) = 33.08%
R=31.38%
G=35.54%
B=33.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042312150.1200.070.09144.443685.29
HexCCE7D7C079902455
Octal31434732714071122044125
Binary110011001110011111010111110001111001100100001001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE7D7; }

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

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

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

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

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

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

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

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