#CDE8DA

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

Shades of Aero Blue #CDE8DA

Tints of Aero Blue #CDE8DA

Color information

#CDE8DA (or 0xCDE8DA) is unknown color: approx Aero Blue. HEX triplet: CD, E8 and DA. RGB value is (205,232,218). Sum of RGB (Red+Green+Blue) = 205+232+218=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE8DA is #321725. Grayscale: #DEDEDE. Windows color (decimal): -3282726 or 14346445. OLE color: 14346445.

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

Color convert

RGB205232218-
CMYK0.1200.060.09
HSL148.89º36.99%85.69%-
HSV(B)148.89º11.64%90.98%-
XYZ66.6975.7577.44-
YUV222.33125.55115.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.30%
GREEN value IS 232 (91.02% from 255) = 35.42%
BLUE value IS 218 (85.55% from 255) = 33.28%
R=31.30%
G=35.42%
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
Decimal2052322180.1200.060.09148.8936.9985.69
HexCDE8DAC069952556
Octal31535033214061122545126
Binary110011011110100011011010110001101001100101011001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE8DA; }

 p { color: rgb(205,232,218); }

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

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

 a { background-color: rgb(205,232,218); }

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

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

 span { border-color: rgb(205,232,218); }

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