Shades of French Pass #AED0D9
Tints of French Pass #AED0D9
RGB
CMYK
RGB Variations
Color information
#AED0D9 (or 0xAED0D9) is known color: French Pass. HEX triplet: AE, D0 and D9. RGB value is (174,208,217). Sum of RGB (Red+Green+Blue) = 174+208+217=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 217 - color contains mainly: blue. Hex color #AED0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED0D9 is #512F26. Grayscale: #C6C6C6. Windows color (decimal): -5320487 or 14274734. OLE color: 14274734.
HSL color Cylindrical-coordinate representation of color #AED0D9: hue angle of 192.56º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AED0D9 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 208 | 217 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.15 |
| HSL | 192.56º | 0.36% | 0.77% | - |
| HSV(B) | 192.56º | 0.2% | 0.85% | - |
| XYZ | 52.54 | 59.12 | 74.29 | - |
| YUV | 198.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 217 | 0.20 | 0.04 | 0 | 0.15 | 192.56 | 0.36 | 0.77 |
| Hex | AE | D0 | D9 | 14 | 4 | 0 | F | C1 | 24 | 4D |
| Octal | 256 | 320 | 331 | 24 | 4 | 0 | 17 | 301 | 44 | 115 |
| Binary | 10101110 | 11010000 | 11011001 | 10100 | 100 | 0 | 1111 | 11000001 | 100100 | 1001101 |
Color Harmonies of #AED0D9
Complementary color
Monochromatic Colors of #AED0D9
Black with #AED0D9
Text Example
Text Example
White with #AED0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED0D9; }
p { color: rgb(174,208,217); }
H1.HeaderClassName
{
color: #AED0D9;
}
.AnyTagClassName
{
color: #AED0D9;
}
</style>
background-color css
<style>
a { background-color: #AED0D9; }
a { background-color: rgb(174,208,217); }
div.DivClassName
{
background-color: #AED0D9;
}
.BgClassName
{
background-color: #AED0D9;
}
</style>
border-color css
<style>
span { border-color: #AED0D9; }
span { border-color: rgb(174,208,217); }
td.TdClassName
{
border-color: #AED0D9;
}
.TagClassName
{
border-color: #AED0D9;
}
</style>