Shades of French Pass #AACDDF
Tints of French Pass #AACDDF
RGB
CMYK
RGB Variations
Color information
#AACDDF (or 0xAACDDF) is known color: French Pass. HEX triplet: AA, CD and DF. RGB value is (170,205,223). Sum of RGB (Red+Green+Blue) = 170+205+223=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #AACDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDDF is #553220. Grayscale: #C4C4C4. Windows color (decimal): -5583393 or 14667178. OLE color: 14667178.
HSL color Cylindrical-coordinate representation of color #AACDDF: hue angle of 200.38º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AACDDF is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 205 | 223 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.13 |
| HSL | 200.38º | 0.45% | 0.77% | - |
| HSV(B) | 200.38º | 0.24% | 0.87% | - |
| XYZ | 51.73 | 57.54 | 78.19 | - |
| YUV | 196.59 | 142.9 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 223 | 0.24 | 0.08 | 0 | 0.13 | 200.38 | 0.45 | 0.77 |
| Hex | AA | CD | DF | 18 | 8 | 0 | D | C8 | 2D | 4D |
| Octal | 252 | 315 | 337 | 30 | 10 | 0 | 15 | 310 | 55 | 115 |
| Binary | 10101010 | 11001101 | 11011111 | 11000 | 1000 | 0 | 1101 | 11001000 | 101101 | 1001101 |
Color Harmonies of #AACDDF
Complementary color
Monochromatic Colors of #AACDDF
Black with #AACDDF
Text Example
Text Example
White with #AACDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDDF; }
p { color: rgb(170,205,223); }
H1.HeaderClassName
{
color: #AACDDF;
}
.AnyTagClassName
{
color: #AACDDF;
}
</style>
background-color css
<style>
a { background-color: #AACDDF; }
a { background-color: rgb(170,205,223); }
div.DivClassName
{
background-color: #AACDDF;
}
.BgClassName
{
background-color: #AACDDF;
}
</style>
border-color css
<style>
span { border-color: #AACDDF; }
span { border-color: rgb(170,205,223); }
td.TdClassName
{
border-color: #AACDDF;
}
.TagClassName
{
border-color: #AACDDF;
}
</style>