Shades of French Pass #ABCADA
Tints of French Pass #ABCADA
RGB
CMYK
RGB Variations
Color information
#ABCADA (or 0xABCADA) is known color: French Pass. HEX triplet: AB, CA and DA. RGB value is (171,202,218). Sum of RGB (Red+Green+Blue) = 171+202+218=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABCADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCADA is #543525. Grayscale: #C2C2C2. Windows color (decimal): -5518630 or 14338731. OLE color: 14338731.
HSL color Cylindrical-coordinate representation of color #ABCADA: hue angle of 200.43º 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 #ABCADA is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 202 | 218 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.15 |
| HSL | 200.43º | 0.39% | 0.76% | - |
| HSV(B) | 200.43º | 0.22% | 0.85% | - |
| XYZ | 50.57 | 55.96 | 74.47 | - |
| YUV | 194.56 | 141.23 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 218 | 0.22 | 0.07 | 0 | 0.15 | 200.43 | 0.39 | 0.76 |
| Hex | AB | CA | DA | 16 | 7 | 0 | F | C8 | 27 | 4C |
| Octal | 253 | 312 | 332 | 26 | 7 | 0 | 17 | 310 | 47 | 114 |
| Binary | 10101011 | 11001010 | 11011010 | 10110 | 111 | 0 | 1111 | 11001000 | 100111 | 1001100 |
Color Harmonies of #ABCADA
Complementary color
Monochromatic Colors of #ABCADA
Black with #ABCADA
Text Example
Text Example
White with #ABCADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCADA; }
p { color: rgb(171,202,218); }
H1.HeaderClassName
{
color: #ABCADA;
}
.AnyTagClassName
{
color: #ABCADA;
}
</style>
background-color css
<style>
a { background-color: #ABCADA; }
a { background-color: rgb(171,202,218); }
div.DivClassName
{
background-color: #ABCADA;
}
.BgClassName
{
background-color: #ABCADA;
}
</style>
border-color css
<style>
span { border-color: #ABCADA; }
span { border-color: rgb(171,202,218); }
td.TdClassName
{
border-color: #ABCADA;
}
.TagClassName
{
border-color: #ABCADA;
}
</style>