Shades of French Pass #ABCEDA
Tints of French Pass #ABCEDA
RGB
CMYK
RGB Variations
Color information
#ABCEDA (or 0xABCEDA) is known color: French Pass. HEX triplet: AB, CE and DA. RGB value is (171,206,218). Sum of RGB (Red+Green+Blue) = 171+206+218=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABCEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCEDA is #543125. Grayscale: #C4C4C4. Windows color (decimal): -5517606 or 14339755. OLE color: 14339755.
HSL color Cylindrical-coordinate representation of color #ABCEDA: hue angle of 195.32º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABCEDA is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 206 | 218 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.15 |
| HSL | 195.32º | 0.39% | 0.76% | - |
| HSV(B) | 195.32º | 0.22% | 0.85% | - |
| XYZ | 51.52 | 57.86 | 74.78 | - |
| YUV | 196.9 | 139.9 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 218 | 0.22 | 0.06 | 0 | 0.15 | 195.32 | 0.39 | 0.76 |
| Hex | AB | CE | DA | 16 | 6 | 0 | F | C3 | 27 | 4C |
| Octal | 253 | 316 | 332 | 26 | 6 | 0 | 17 | 303 | 47 | 114 |
| Binary | 10101011 | 11001110 | 11011010 | 10110 | 110 | 0 | 1111 | 11000011 | 100111 | 1001100 |
Color Harmonies of #ABCEDA
Complementary color
Monochromatic Colors of #ABCEDA
Black with #ABCEDA
Text Example
Text Example
White with #ABCEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCEDA; }
p { color: rgb(171,206,218); }
H1.HeaderClassName
{
color: #ABCEDA;
}
.AnyTagClassName
{
color: #ABCEDA;
}
</style>
background-color css
<style>
a { background-color: #ABCEDA; }
a { background-color: rgb(171,206,218); }
div.DivClassName
{
background-color: #ABCEDA;
}
.BgClassName
{
background-color: #ABCEDA;
}
</style>
border-color css
<style>
span { border-color: #ABCEDA; }
span { border-color: rgb(171,206,218); }
td.TdClassName
{
border-color: #ABCEDA;
}
.TagClassName
{
border-color: #ABCEDA;
}
</style>