Shades of French Pass #ABCDE0
Tints of French Pass #ABCDE0
RGB
CMYK
RGB Variations
Color information
#ABCDE0 (or 0xABCDE0) is known color: French Pass. HEX triplet: AB, CD and E0. RGB value is (171,205,224). Sum of RGB (Red+Green+Blue) = 171+205+224=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABCDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDE0 is #54321F. Grayscale: #C4C4C4. Windows color (decimal): -5517856 or 14732715. OLE color: 14732715.
HSL color Cylindrical-coordinate representation of color #ABCDE0: hue angle of 201.51º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABCDE0 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 205 | 224 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.12 |
| HSL | 201.51º | 0.46% | 0.77% | - |
| HSV(B) | 201.51º | 0.24% | 0.88% | - |
| XYZ | 52.08 | 57.7 | 78.91 | - |
| YUV | 197 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 224 | 0.24 | 0.08 | 0 | 0.12 | 201.51 | 0.46 | 0.77 |
| Hex | AB | CD | E0 | 18 | 8 | 0 | C | CA | 2E | 4D |
| Octal | 253 | 315 | 340 | 30 | 10 | 0 | 14 | 312 | 56 | 115 |
| Binary | 10101011 | 11001101 | 11100000 | 11000 | 1000 | 0 | 1100 | 11001010 | 101110 | 1001101 |
Color Harmonies of #ABCDE0
Complementary color
Monochromatic Colors of #ABCDE0
Black with #ABCDE0
Text Example
Text Example
White with #ABCDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDE0; }
p { color: rgb(171,205,224); }
H1.HeaderClassName
{
color: #ABCDE0;
}
.AnyTagClassName
{
color: #ABCDE0;
}
</style>
background-color css
<style>
a { background-color: #ABCDE0; }
a { background-color: rgb(171,205,224); }
div.DivClassName
{
background-color: #ABCDE0;
}
.BgClassName
{
background-color: #ABCDE0;
}
</style>
border-color css
<style>
span { border-color: #ABCDE0; }
span { border-color: rgb(171,205,224); }
td.TdClassName
{
border-color: #ABCDE0;
}
.TagClassName
{
border-color: #ABCDE0;
}
</style>