Shades of French Pass #AACADC
Tints of French Pass #AACADC
RGB
CMYK
RGB Variations
Color information
#AACADC (or 0xAACADC) is known color: French Pass. HEX triplet: AA, CA and DC. RGB value is (170,202,220). Sum of RGB (Red+Green+Blue) = 170+202+220=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #AACADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACADC is #553523. Grayscale: #C2C2C2. Windows color (decimal): -5584164 or 14469802. OLE color: 14469802.
HSL color Cylindrical-coordinate representation of color #AACADC: hue angle of 201.6º 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 #AACADC is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 202 | 220 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.14 |
| HSL | 201.6º | 0.42% | 0.76% | - |
| HSV(B) | 201.6º | 0.23% | 0.86% | - |
| XYZ | 50.62 | 55.95 | 75.84 | - |
| YUV | 194.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 220 | 0.23 | 0.08 | 0 | 0.14 | 201.6 | 0.42 | 0.76 |
| Hex | AA | CA | DC | 17 | 8 | 0 | E | CA | 2A | 4C |
| Octal | 252 | 312 | 334 | 27 | 10 | 0 | 16 | 312 | 52 | 114 |
| Binary | 10101010 | 11001010 | 11011100 | 10111 | 1000 | 0 | 1110 | 11001010 | 101010 | 1001100 |
Color Harmonies of #AACADC
Complementary color
Monochromatic Colors of #AACADC
Black with #AACADC
Text Example
Text Example
White with #AACADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACADC; }
p { color: rgb(170,202,220); }
H1.HeaderClassName
{
color: #AACADC;
}
.AnyTagClassName
{
color: #AACADC;
}
</style>
background-color css
<style>
a { background-color: #AACADC; }
a { background-color: rgb(170,202,220); }
div.DivClassName
{
background-color: #AACADC;
}
.BgClassName
{
background-color: #AACADC;
}
</style>
border-color css
<style>
span { border-color: #AACADC; }
span { border-color: rgb(170,202,220); }
td.TdClassName
{
border-color: #AACADC;
}
.TagClassName
{
border-color: #AACADC;
}
</style>