Shades of Aero Blue #CDE7DA
Tints of Aero Blue #CDE7DA
RGB
CMYK
RGB Variations
Color information
#CDE7DA (or 0xCDE7DA) is known color: 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
RGB | 205 | 231 | 218 | - |
CMYK | 0.11 | 0 | 0.06 | 0.09 |
HSL | 150º | 0.35% | 0.85% | - |
HSV(B) | 150º | 0.11% | 0.91% | - |
XYZ | 66.41 | 75.19 | 77.34 | - |
YUV | 221.74 | 125.89 | 116.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 231 | 218 | 0.11 | 0 | 0.06 | 0.09 | 150 | 0.35 | 0.85 |
Hex | CD | E7 | DA | B | 0 | 6 | 9 | 96 | 23 | 55 |
Octal | 315 | 347 | 332 | 13 | 0 | 6 | 11 | 226 | 43 | 125 |
Binary | 11001101 | 11100111 | 11011010 | 1011 | 0 | 110 | 1001 | 10010110 | 100011 | 1010101 |
Color Harmonies of #CDE7DA
Complementary color
Monochromatic Colors of #CDE7DA
Black with #CDE7DA
Text Example
Text Example
White with #CDE7DA
Text Example
Text Example
HTML Codes & Css Web 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>