Shades of French Pass #AACFDD
Tints of French Pass #AACFDD
RGB
CMYK
RGB Variations
Color information
#AACFDD (or 0xAACFDD) is known color: French Pass. HEX triplet: AA, CF and DD. RGB value is (170,207,221). Sum of RGB (Red+Green+Blue) = 170+207+221=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #AACFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACFDD is #553022. Grayscale: #C5C5C5. Windows color (decimal): -5582883 or 14536618. OLE color: 14536618.
HSL color Cylindrical-coordinate representation of color #AACFDD: hue angle of 196.47º 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 #AACFDD is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 207 | 221 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.13 |
| HSL | 196.47º | 0.43% | 0.77% | - |
| HSV(B) | 196.47º | 0.23% | 0.87% | - |
| XYZ | 51.94 | 58.39 | 76.94 | - |
| YUV | 197.53 | 141.24 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 221 | 0.23 | 0.06 | 0 | 0.13 | 196.47 | 0.43 | 0.77 |
| Hex | AA | CF | DD | 17 | 6 | 0 | D | C4 | 2B | 4D |
| Octal | 252 | 317 | 335 | 27 | 6 | 0 | 15 | 304 | 53 | 115 |
| Binary | 10101010 | 11001111 | 11011101 | 10111 | 110 | 0 | 1101 | 11000100 | 101011 | 1001101 |
Color Harmonies of #AACFDD
Complementary color
Monochromatic Colors of #AACFDD
Black with #AACFDD
Text Example
Text Example
White with #AACFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACFDD; }
p { color: rgb(170,207,221); }
H1.HeaderClassName
{
color: #AACFDD;
}
.AnyTagClassName
{
color: #AACFDD;
}
</style>
background-color css
<style>
a { background-color: #AACFDD; }
a { background-color: rgb(170,207,221); }
div.DivClassName
{
background-color: #AACFDD;
}
.BgClassName
{
background-color: #AACFDD;
}
</style>
border-color css
<style>
span { border-color: #AACFDD; }
span { border-color: rgb(170,207,221); }
td.TdClassName
{
border-color: #AACFDD;
}
.TagClassName
{
border-color: #AACFDD;
}
</style>