Shades of French Pass #AACEDE
Tints of French Pass #AACEDE
RGB
CMYK
RGB Variations
Color information
#AACEDE (or 0xAACEDE) is known color: French Pass. HEX triplet: AA, CE and DE. RGB value is (170,206,222). Sum of RGB (Red+Green+Blue) = 170+206+222=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #AACEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEDE is #553121. Grayscale: #C4C4C4. Windows color (decimal): -5583138 or 14601898. OLE color: 14601898.
HSL color Cylindrical-coordinate representation of color #AACEDE: hue angle of 198.46º 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 #AACEDE is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 206 | 222 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.13 |
| HSL | 198.46º | 0.44% | 0.77% | - |
| HSV(B) | 198.46º | 0.23% | 0.87% | - |
| XYZ | 51.83 | 57.96 | 77.56 | - |
| YUV | 197.06 | 142.07 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 222 | 0.23 | 0.07 | 0 | 0.13 | 198.46 | 0.44 | 0.77 |
| Hex | AA | CE | DE | 17 | 7 | 0 | D | C6 | 2C | 4D |
| Octal | 252 | 316 | 336 | 27 | 7 | 0 | 15 | 306 | 54 | 115 |
| Binary | 10101010 | 11001110 | 11011110 | 10111 | 111 | 0 | 1101 | 11000110 | 101100 | 1001101 |
Color Harmonies of #AACEDE
Complementary color
Monochromatic Colors of #AACEDE
Black with #AACEDE
Text Example
Text Example
White with #AACEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACEDE; }
p { color: rgb(170,206,222); }
H1.HeaderClassName
{
color: #AACEDE;
}
.AnyTagClassName
{
color: #AACEDE;
}
</style>
background-color css
<style>
a { background-color: #AACEDE; }
a { background-color: rgb(170,206,222); }
div.DivClassName
{
background-color: #AACEDE;
}
.BgClassName
{
background-color: #AACEDE;
}
</style>
border-color css
<style>
span { border-color: #AACEDE; }
span { border-color: rgb(170,206,222); }
td.TdClassName
{
border-color: #AACEDE;
}
.TagClassName
{
border-color: #AACEDE;
}
</style>