Shades of French Pass #AACDDE
Tints of French Pass #AACDDE
RGB
CMYK
RGB Variations
Color information
#AACDDE (or 0xAACDDE) is known color: French Pass. HEX triplet: AA, CD and DE. RGB value is (170,205,222). Sum of RGB (Red+Green+Blue) = 170+205+222=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #AACDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDDE is #553221. Grayscale: #C4C4C4. Windows color (decimal): -5583394 or 14601642. OLE color: 14601642.
HSL color Cylindrical-coordinate representation of color #AACDDE: hue angle of 199.62º 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 #AACDDE is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 205 | 222 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.13 |
| HSL | 199.62º | 0.44% | 0.77% | - |
| HSV(B) | 199.62º | 0.23% | 0.87% | - |
| XYZ | 51.59 | 57.48 | 77.48 | - |
| YUV | 196.47 | 142.4 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 222 | 0.23 | 0.08 | 0 | 0.13 | 199.62 | 0.44 | 0.77 |
| Hex | AA | CD | DE | 17 | 8 | 0 | D | C8 | 2C | 4D |
| Octal | 252 | 315 | 336 | 27 | 10 | 0 | 15 | 310 | 54 | 115 |
| Binary | 10101010 | 11001101 | 11011110 | 10111 | 1000 | 0 | 1101 | 11001000 | 101100 | 1001101 |
Color Harmonies of #AACDDE
Complementary color
Monochromatic Colors of #AACDDE
Black with #AACDDE
Text Example
Text Example
White with #AACDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDDE; }
p { color: rgb(170,205,222); }
H1.HeaderClassName
{
color: #AACDDE;
}
.AnyTagClassName
{
color: #AACDDE;
}
</style>
background-color css
<style>
a { background-color: #AACDDE; }
a { background-color: rgb(170,205,222); }
div.DivClassName
{
background-color: #AACDDE;
}
.BgClassName
{
background-color: #AACDDE;
}
</style>
border-color css
<style>
span { border-color: #AACDDE; }
span { border-color: rgb(170,205,222); }
td.TdClassName
{
border-color: #AACDDE;
}
.TagClassName
{
border-color: #AACDDE;
}
</style>