Shades of French Pass #AAD3DE
Tints of French Pass #AAD3DE
RGB
CMYK
RGB Variations
Color information
#AAD3DE (or 0xAAD3DE) is known color: French Pass. HEX triplet: AA, D3 and DE. RGB value is (170,211,222). Sum of RGB (Red+Green+Blue) = 170+211+222=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAD3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD3DE is #552C21. Grayscale: #C7C7C7. Windows color (decimal): -5581858 or 14603178. OLE color: 14603178.
HSL color Cylindrical-coordinate representation of color #AAD3DE: hue angle of 192.69º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAD3DE is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 211 | 222 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.13 |
| HSL | 192.69º | 0.44% | 0.77% | - |
| HSV(B) | 192.69º | 0.23% | 0.87% | - |
| XYZ | 53.06 | 60.41 | 77.97 | - |
| YUV | 200 | 140.42 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 222 | 0.23 | 0.05 | 0 | 0.13 | 192.69 | 0.44 | 0.77 |
| Hex | AA | D3 | DE | 17 | 5 | 0 | D | C1 | 2C | 4D |
| Octal | 252 | 323 | 336 | 27 | 5 | 0 | 15 | 301 | 54 | 115 |
| Binary | 10101010 | 11010011 | 11011110 | 10111 | 101 | 0 | 1101 | 11000001 | 101100 | 1001101 |
Color Harmonies of #AAD3DE
Complementary color
Monochromatic Colors of #AAD3DE
Black with #AAD3DE
Text Example
Text Example
White with #AAD3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD3DE; }
p { color: rgb(170,211,222); }
H1.HeaderClassName
{
color: #AAD3DE;
}
.AnyTagClassName
{
color: #AAD3DE;
}
</style>
background-color css
<style>
a { background-color: #AAD3DE; }
a { background-color: rgb(170,211,222); }
div.DivClassName
{
background-color: #AAD3DE;
}
.BgClassName
{
background-color: #AAD3DE;
}
</style>
border-color css
<style>
span { border-color: #AAD3DE; }
span { border-color: rgb(170,211,222); }
td.TdClassName
{
border-color: #AAD3DE;
}
.TagClassName
{
border-color: #AAD3DE;
}
</style>