Shades of French Pass #AACDDB
Tints of French Pass #AACDDB
RGB
CMYK
RGB Variations
Color information
#AACDDB (or 0xAACDDB) is known color: French Pass. HEX triplet: AA, CD and DB. RGB value is (170,205,219). Sum of RGB (Red+Green+Blue) = 170+205+219=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #AACDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDDB is #553224. Grayscale: #C4C4C4. Windows color (decimal): -5583397 or 14405034. OLE color: 14405034.
HSL color Cylindrical-coordinate representation of color #AACDDB: hue angle of 197.14º 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 #AACDDB is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 205 | 219 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.14 |
| HSL | 197.14º | 0.4% | 0.76% | - |
| HSV(B) | 197.14º | 0.22% | 0.86% | - |
| XYZ | 51.2 | 57.32 | 75.38 | - |
| YUV | 196.13 | 140.9 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 219 | 0.22 | 0.06 | 0 | 0.14 | 197.14 | 0.4 | 0.76 |
| Hex | AA | CD | DB | 16 | 6 | 0 | E | C5 | 28 | 4C |
| Octal | 252 | 315 | 333 | 26 | 6 | 0 | 16 | 305 | 50 | 114 |
| Binary | 10101010 | 11001101 | 11011011 | 10110 | 110 | 0 | 1110 | 11000101 | 101000 | 1001100 |
Color Harmonies of #AACDDB
Complementary color
Monochromatic Colors of #AACDDB
Black with #AACDDB
Text Example
Text Example
White with #AACDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDDB; }
p { color: rgb(170,205,219); }
H1.HeaderClassName
{
color: #AACDDB;
}
.AnyTagClassName
{
color: #AACDDB;
}
</style>
background-color css
<style>
a { background-color: #AACDDB; }
a { background-color: rgb(170,205,219); }
div.DivClassName
{
background-color: #AACDDB;
}
.BgClassName
{
background-color: #AACDDB;
}
</style>
border-color css
<style>
span { border-color: #AACDDB; }
span { border-color: rgb(170,205,219); }
td.TdClassName
{
border-color: #AACDDB;
}
.TagClassName
{
border-color: #AACDDB;
}
</style>