Shades of French Pass #AED2DB
Tints of French Pass #AED2DB
RGB
CMYK
RGB Variations
Color information
#AED2DB (or 0xAED2DB) is known color: French Pass. HEX triplet: AE, D2 and DB. RGB value is (174,210,219). Sum of RGB (Red+Green+Blue) = 174+210+219=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #AED2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2DB is #512D24. Grayscale: #C8C8C8. Windows color (decimal): -5319973 or 14406318. OLE color: 14406318.
HSL color Cylindrical-coordinate representation of color #AED2DB: hue angle of 192º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AED2DB is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 210 | 219 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.14 |
| HSL | 192º | 0.38% | 0.77% | - |
| HSV(B) | 192º | 0.21% | 0.86% | - |
| XYZ | 53.29 | 60.21 | 75.83 | - |
| YUV | 200.26 | 138.57 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 219 | 0.21 | 0.04 | 0 | 0.14 | 192 | 0.38 | 0.77 |
| Hex | AE | D2 | DB | 15 | 4 | 0 | E | C0 | 26 | 4D |
| Octal | 256 | 322 | 333 | 25 | 4 | 0 | 16 | 300 | 46 | 115 |
| Binary | 10101110 | 11010010 | 11011011 | 10101 | 100 | 0 | 1110 | 11000000 | 100110 | 1001101 |
Color Harmonies of #AED2DB
Complementary color
Monochromatic Colors of #AED2DB
Black with #AED2DB
Text Example
Text Example
White with #AED2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED2DB; }
p { color: rgb(174,210,219); }
H1.HeaderClassName
{
color: #AED2DB;
}
.AnyTagClassName
{
color: #AED2DB;
}
</style>
background-color css
<style>
a { background-color: #AED2DB; }
a { background-color: rgb(174,210,219); }
div.DivClassName
{
background-color: #AED2DB;
}
.BgClassName
{
background-color: #AED2DB;
}
</style>
border-color css
<style>
span { border-color: #AED2DB; }
span { border-color: rgb(174,210,219); }
td.TdClassName
{
border-color: #AED2DB;
}
.TagClassName
{
border-color: #AED2DB;
}
</style>