#CDE7DA

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

Shades of Aero Blue #CDE7DA

Tints of Aero Blue #CDE7DA

Color information

#CDE7DA (or 0xCDE7DA) is unknown color: approx Aero Blue. HEX triplet: CD, E7 and DA. RGB value is (205,231,218). Sum of RGB (Red+Green+Blue) = 205+231+218=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 231 (90.62% from 255 or 35.32% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE7DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE7DA is #321825. Grayscale: #DDDDDD. Windows color (decimal): -3282982 or 14346189. OLE color: 14346189.

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

Color convert

RGB205231218-
CMYK0.1100.060.09
HSL150º35.14%85.49%-
HSV(B)150º11.26%90.59%-
XYZ66.4175.1977.34-
YUV221.74125.89116.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.35%
GREEN value IS 231 (90.62% from 255) = 35.32%
BLUE value IS 218 (85.55% from 255) = 33.33%
R=31.35%
G=35.32%
B=33.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052312180.1100.060.0915035.1485.49
HexCDE7DAB069962355
Octal31534733213061122643125
Binary110011011110011111011010101101101001100101101000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE7DA; }

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

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

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

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

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

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

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

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