Shades of French Pass #ABCFDD
Tints of French Pass #ABCFDD
RGB
CMYK
RGB Variations
Color information
#ABCFDD (or 0xABCFDD) is known color: French Pass. HEX triplet: AB, CF and DD. RGB value is (171,207,221). Sum of RGB (Red+Green+Blue) = 171+207+221=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABCFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFDD is #543022. Grayscale: #C5C5C5. Windows color (decimal): -5517347 or 14536619. OLE color: 14536619.
HSL color Cylindrical-coordinate representation of color #ABCFDD: hue angle of 196.8º 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 #ABCFDD is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 207 | 221 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.13 |
| HSL | 196.8º | 0.42% | 0.77% | - |
| HSV(B) | 196.8º | 0.23% | 0.87% | - |
| XYZ | 52.16 | 58.5 | 76.95 | - |
| YUV | 197.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 221 | 0.23 | 0.06 | 0 | 0.13 | 196.8 | 0.42 | 0.77 |
| Hex | AB | CF | DD | 17 | 6 | 0 | D | C5 | 2A | 4D |
| Octal | 253 | 317 | 335 | 27 | 6 | 0 | 15 | 305 | 52 | 115 |
| Binary | 10101011 | 11001111 | 11011101 | 10111 | 110 | 0 | 1101 | 11000101 | 101010 | 1001101 |
Color Harmonies of #ABCFDD
Complementary color
Monochromatic Colors of #ABCFDD
Black with #ABCFDD
Text Example
Text Example
White with #ABCFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFDD; }
p { color: rgb(171,207,221); }
H1.HeaderClassName
{
color: #ABCFDD;
}
.AnyTagClassName
{
color: #ABCFDD;
}
</style>
background-color css
<style>
a { background-color: #ABCFDD; }
a { background-color: rgb(171,207,221); }
div.DivClassName
{
background-color: #ABCFDD;
}
.BgClassName
{
background-color: #ABCFDD;
}
</style>
border-color css
<style>
span { border-color: #ABCFDD; }
span { border-color: rgb(171,207,221); }
td.TdClassName
{
border-color: #ABCFDD;
}
.TagClassName
{
border-color: #ABCFDD;
}
</style>