Shades of French Pass #AAD2DC
Tints of French Pass #AAD2DC
RGB
CMYK
RGB Variations
Color information
#AAD2DC (or 0xAAD2DC) is known color: French Pass. HEX triplet: AA, D2 and DC. RGB value is (170,210,220). Sum of RGB (Red+Green+Blue) = 170+210+220=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAD2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD2DC is #552D23. Grayscale: #C7C7C7. Windows color (decimal): -5582116 or 14471850. OLE color: 14471850.
HSL color Cylindrical-coordinate representation of color #AAD2DC: hue angle of 192º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAD2DC is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 210 | 220 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.14 |
| HSL | 192º | 0.42% | 0.76% | - |
| HSV(B) | 192º | 0.23% | 0.86% | - |
| XYZ | 52.54 | 59.81 | 76.48 | - |
| YUV | 199.18 | 139.75 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 220 | 0.23 | 0.05 | 0 | 0.14 | 192 | 0.42 | 0.76 |
| Hex | AA | D2 | DC | 17 | 5 | 0 | E | C0 | 2A | 4C |
| Octal | 252 | 322 | 334 | 27 | 5 | 0 | 16 | 300 | 52 | 114 |
| Binary | 10101010 | 11010010 | 11011100 | 10111 | 101 | 0 | 1110 | 11000000 | 101010 | 1001100 |
Color Harmonies of #AAD2DC
Complementary color
Monochromatic Colors of #AAD2DC
Black with #AAD2DC
Text Example
Text Example
White with #AAD2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD2DC; }
p { color: rgb(170,210,220); }
H1.HeaderClassName
{
color: #AAD2DC;
}
.AnyTagClassName
{
color: #AAD2DC;
}
</style>
background-color css
<style>
a { background-color: #AAD2DC; }
a { background-color: rgb(170,210,220); }
div.DivClassName
{
background-color: #AAD2DC;
}
.BgClassName
{
background-color: #AAD2DC;
}
</style>
border-color css
<style>
span { border-color: #AAD2DC; }
span { border-color: rgb(170,210,220); }
td.TdClassName
{
border-color: #AAD2DC;
}
.TagClassName
{
border-color: #AAD2DC;
}
</style>