Shades of French Pass #ABCBDD
Tints of French Pass #ABCBDD
RGB
CMYK
RGB Variations
Color information
#ABCBDD (or 0xABCBDD) is known color: French Pass. HEX triplet: AB, CB and DD. RGB value is (171,203,221). Sum of RGB (Red+Green+Blue) = 171+203+221=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABCBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBDD is #543422. Grayscale: #C3C3C3. Windows color (decimal): -5518371 or 14535595. OLE color: 14535595.
HSL color Cylindrical-coordinate representation of color #ABCBDD: hue angle of 201.6º 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 #ABCBDD is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 203 | 221 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.13 |
| HSL | 201.6º | 0.42% | 0.77% | - |
| HSV(B) | 201.6º | 0.23% | 0.87% | - |
| XYZ | 51.2 | 56.59 | 76.63 | - |
| YUV | 195.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 221 | 0.23 | 0.08 | 0 | 0.13 | 201.6 | 0.42 | 0.77 |
| Hex | AB | CB | DD | 17 | 8 | 0 | D | CA | 2A | 4D |
| Octal | 253 | 313 | 335 | 27 | 10 | 0 | 15 | 312 | 52 | 115 |
| Binary | 10101011 | 11001011 | 11011101 | 10111 | 1000 | 0 | 1101 | 11001010 | 101010 | 1001101 |
Color Harmonies of #ABCBDD
Complementary color
Monochromatic Colors of #ABCBDD
Black with #ABCBDD
Text Example
Text Example
White with #ABCBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCBDD; }
p { color: rgb(171,203,221); }
H1.HeaderClassName
{
color: #ABCBDD;
}
.AnyTagClassName
{
color: #ABCBDD;
}
</style>
background-color css
<style>
a { background-color: #ABCBDD; }
a { background-color: rgb(171,203,221); }
div.DivClassName
{
background-color: #ABCBDD;
}
.BgClassName
{
background-color: #ABCBDD;
}
</style>
border-color css
<style>
span { border-color: #ABCBDD; }
span { border-color: rgb(171,203,221); }
td.TdClassName
{
border-color: #ABCBDD;
}
.TagClassName
{
border-color: #ABCBDD;
}
</style>