Shades of French Pass #AAD1DE
Tints of French Pass #AAD1DE
RGB
CMYK
RGB Variations
Color information
#AAD1DE (or 0xAAD1DE) is known color: French Pass. HEX triplet: AA, D1 and DE. RGB value is (170,209,222). Sum of RGB (Red+Green+Blue) = 170+209+222=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 209 (82.03% from 255 or 34.78% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAD1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD1DE is #552E21. Grayscale: #C6C6C6. Windows color (decimal): -5582370 or 14602666. OLE color: 14602666.
HSL color Cylindrical-coordinate representation of color #AAD1DE: hue angle of 195º 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 #AAD1DE is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 209 | 222 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.13 |
| HSL | 195º | 0.44% | 0.77% | - |
| HSV(B) | 195º | 0.23% | 0.87% | - |
| XYZ | 52.56 | 59.42 | 77.81 | - |
| YUV | 198.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 222 | 0.23 | 0.06 | 0 | 0.13 | 195 | 0.44 | 0.77 |
| Hex | AA | D1 | DE | 17 | 6 | 0 | D | C3 | 2C | 4D |
| Octal | 252 | 321 | 336 | 27 | 6 | 0 | 15 | 303 | 54 | 115 |
| Binary | 10101010 | 11010001 | 11011110 | 10111 | 110 | 0 | 1101 | 11000011 | 101100 | 1001101 |
Color Harmonies of #AAD1DE
Complementary color
Monochromatic Colors of #AAD1DE
Black with #AAD1DE
Text Example
Text Example
White with #AAD1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD1DE; }
p { color: rgb(170,209,222); }
H1.HeaderClassName
{
color: #AAD1DE;
}
.AnyTagClassName
{
color: #AAD1DE;
}
</style>
background-color css
<style>
a { background-color: #AAD1DE; }
a { background-color: rgb(170,209,222); }
div.DivClassName
{
background-color: #AAD1DE;
}
.BgClassName
{
background-color: #AAD1DE;
}
</style>
border-color css
<style>
span { border-color: #AAD1DE; }
span { border-color: rgb(170,209,222); }
td.TdClassName
{
border-color: #AAD1DE;
}
.TagClassName
{
border-color: #AAD1DE;
}
</style>