Shades of French Pass #ABCEDB
Tints of French Pass #ABCEDB
RGB
CMYK
RGB Variations
Color information
#ABCEDB (or 0xABCEDB) is known color: French Pass. HEX triplet: AB, CE and DB. RGB value is (171,206,219). Sum of RGB (Red+Green+Blue) = 171+206+219=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABCEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCEDB is #543124. Grayscale: #C4C4C4. Windows color (decimal): -5517605 or 14405291. OLE color: 14405291.
HSL color Cylindrical-coordinate representation of color #ABCEDB: hue angle of 196.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABCEDB is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 206 | 219 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.14 |
| HSL | 196.25º | 0.4% | 0.76% | - |
| HSV(B) | 196.25º | 0.22% | 0.86% | - |
| XYZ | 51.65 | 57.92 | 75.47 | - |
| YUV | 197.02 | 140.4 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 219 | 0.22 | 0.06 | 0 | 0.14 | 196.25 | 0.4 | 0.76 |
| Hex | AB | CE | DB | 16 | 6 | 0 | E | C4 | 28 | 4C |
| Octal | 253 | 316 | 333 | 26 | 6 | 0 | 16 | 304 | 50 | 114 |
| Binary | 10101011 | 11001110 | 11011011 | 10110 | 110 | 0 | 1110 | 11000100 | 101000 | 1001100 |
Color Harmonies of #ABCEDB
Complementary color
Monochromatic Colors of #ABCEDB
Black with #ABCEDB
Text Example
Text Example
White with #ABCEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCEDB; }
p { color: rgb(171,206,219); }
H1.HeaderClassName
{
color: #ABCEDB;
}
.AnyTagClassName
{
color: #ABCEDB;
}
</style>
background-color css
<style>
a { background-color: #ABCEDB; }
a { background-color: rgb(171,206,219); }
div.DivClassName
{
background-color: #ABCEDB;
}
.BgClassName
{
background-color: #ABCEDB;
}
</style>
border-color css
<style>
span { border-color: #ABCEDB; }
span { border-color: rgb(171,206,219); }
td.TdClassName
{
border-color: #ABCEDB;
}
.TagClassName
{
border-color: #ABCEDB;
}
</style>