Shades of French Pass #AAD3DB
Tints of French Pass #AAD3DB
RGB
CMYK
RGB Variations
Color information
#AAD3DB (or 0xAAD3DB) is known color: French Pass. HEX triplet: AA, D3 and DB. RGB value is (170,211,219). Sum of RGB (Red+Green+Blue) = 170+211+219=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAD3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD3DB is #552C24. Grayscale: #C7C7C7. Windows color (decimal): -5581861 or 14406570. OLE color: 14406570.
HSL color Cylindrical-coordinate representation of color #AAD3DB: hue angle of 189.8º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAD3DB is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 211 | 219 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.14 |
| HSL | 189.8º | 0.4% | 0.76% | - |
| HSV(B) | 189.8º | 0.22% | 0.86% | - |
| XYZ | 52.66 | 60.25 | 75.87 | - |
| YUV | 199.65 | 138.92 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 211 | 219 | 0.22 | 0.04 | 0 | 0.14 | 189.8 | 0.4 | 0.76 |
| Hex | AA | D3 | DB | 16 | 4 | 0 | E | BE | 28 | 4C |
| Octal | 252 | 323 | 333 | 26 | 4 | 0 | 16 | 276 | 50 | 114 |
| Binary | 10101010 | 11010011 | 11011011 | 10110 | 100 | 0 | 1110 | 10111110 | 101000 | 1001100 |
Color Harmonies of #AAD3DB
Complementary color
Monochromatic Colors of #AAD3DB
Black with #AAD3DB
Text Example
Text Example
White with #AAD3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD3DB; }
p { color: rgb(170,211,219); }
H1.HeaderClassName
{
color: #AAD3DB;
}
.AnyTagClassName
{
color: #AAD3DB;
}
</style>
background-color css
<style>
a { background-color: #AAD3DB; }
a { background-color: rgb(170,211,219); }
div.DivClassName
{
background-color: #AAD3DB;
}
.BgClassName
{
background-color: #AAD3DB;
}
</style>
border-color css
<style>
span { border-color: #AAD3DB; }
span { border-color: rgb(170,211,219); }
td.TdClassName
{
border-color: #AAD3DB;
}
.TagClassName
{
border-color: #AAD3DB;
}
</style>