Shades of French Pass #ABCDDD
Tints of French Pass #ABCDDD
RGB
CMYK
RGB Variations
Color information
#ABCDDD (or 0xABCDDD) is known color: French Pass. HEX triplet: AB, CD and DD. RGB value is (171,205,221). Sum of RGB (Red+Green+Blue) = 171+205+221=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABCDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDDD is #543222. Grayscale: #C4C4C4. Windows color (decimal): -5517859 or 14536107. OLE color: 14536107.
HSL color Cylindrical-coordinate representation of color #ABCDDD: hue angle of 199.2º degrees, saturation: 0.42, 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 #ABCDDD is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 205 | 221 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.13 |
| HSL | 199.2º | 0.42% | 0.77% | - |
| HSV(B) | 199.2º | 0.23% | 0.87% | - |
| XYZ | 51.68 | 57.54 | 76.79 | - |
| YUV | 196.66 | 141.74 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 221 | 0.23 | 0.07 | 0 | 0.13 | 199.2 | 0.42 | 0.77 |
| Hex | AB | CD | DD | 17 | 7 | 0 | D | C7 | 2A | 4D |
| Octal | 253 | 315 | 335 | 27 | 7 | 0 | 15 | 307 | 52 | 115 |
| Binary | 10101011 | 11001101 | 11011101 | 10111 | 111 | 0 | 1101 | 11000111 | 101010 | 1001101 |
Color Harmonies of #ABCDDD
Complementary color
Monochromatic Colors of #ABCDDD
Black with #ABCDDD
Text Example
Text Example
White with #ABCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDDD; }
p { color: rgb(171,205,221); }
H1.HeaderClassName
{
color: #ABCDDD;
}
.AnyTagClassName
{
color: #ABCDDD;
}
</style>
background-color css
<style>
a { background-color: #ABCDDD; }
a { background-color: rgb(171,205,221); }
div.DivClassName
{
background-color: #ABCDDD;
}
.BgClassName
{
background-color: #ABCDDD;
}
</style>
border-color css
<style>
span { border-color: #ABCDDD; }
span { border-color: rgb(171,205,221); }
td.TdClassName
{
border-color: #ABCDDD;
}
.TagClassName
{
border-color: #ABCDDD;
}
</style>