Shades of French Pass #AACDDD
Tints of French Pass #AACDDD
RGB
CMYK
RGB Variations
Color information
#AACDDD (or 0xAACDDD) is known color: French Pass. HEX triplet: AA, CD and DD. RGB value is (170,205,221). Sum of RGB (Red+Green+Blue) = 170+205+221=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #AACDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDDD is #553222. Grayscale: #C4C4C4. Windows color (decimal): -5583395 or 14536106. OLE color: 14536106.
HSL color Cylindrical-coordinate representation of color #AACDDD: hue angle of 198.82º degrees, saturation: 0.43, 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 #AACDDD is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 205 | 221 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.13 |
| HSL | 198.82º | 0.43% | 0.77% | - |
| HSV(B) | 198.82º | 0.23% | 0.87% | - |
| XYZ | 51.46 | 57.43 | 76.78 | - |
| YUV | 196.36 | 141.9 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 221 | 0.23 | 0.07 | 0 | 0.13 | 198.82 | 0.43 | 0.77 |
| Hex | AA | CD | DD | 17 | 7 | 0 | D | C7 | 2B | 4D |
| Octal | 252 | 315 | 335 | 27 | 7 | 0 | 15 | 307 | 53 | 115 |
| Binary | 10101010 | 11001101 | 11011101 | 10111 | 111 | 0 | 1101 | 11000111 | 101011 | 1001101 |
Color Harmonies of #AACDDD
Complementary color
Monochromatic Colors of #AACDDD
Black with #AACDDD
Text Example
Text Example
White with #AACDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDDD; }
p { color: rgb(170,205,221); }
H1.HeaderClassName
{
color: #AACDDD;
}
.AnyTagClassName
{
color: #AACDDD;
}
</style>
background-color css
<style>
a { background-color: #AACDDD; }
a { background-color: rgb(170,205,221); }
div.DivClassName
{
background-color: #AACDDD;
}
.BgClassName
{
background-color: #AACDDD;
}
</style>
border-color css
<style>
span { border-color: #AACDDD; }
span { border-color: rgb(170,205,221); }
td.TdClassName
{
border-color: #AACDDD;
}
.TagClassName
{
border-color: #AACDDD;
}
</style>