Shades of French Pass #ABCCDA
Tints of French Pass #ABCCDA
RGB
CMYK
RGB Variations
Color information
#ABCCDA (or 0xABCCDA) is known color: French Pass. HEX triplet: AB, CC and DA. RGB value is (171,204,218). Sum of RGB (Red+Green+Blue) = 171+204+218=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABCCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCDA is #543325. Grayscale: #C3C3C3. Windows color (decimal): -5518118 or 14339243. OLE color: 14339243.
HSL color Cylindrical-coordinate representation of color #ABCCDA: hue angle of 197.87º 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 #ABCCDA is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 204 | 218 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.15 |
| HSL | 197.87º | 0.39% | 0.76% | - |
| HSV(B) | 197.87º | 0.22% | 0.85% | - |
| XYZ | 51.04 | 56.91 | 74.62 | - |
| YUV | 195.73 | 140.57 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 218 | 0.22 | 0.06 | 0 | 0.15 | 197.87 | 0.39 | 0.76 |
| Hex | AB | CC | DA | 16 | 6 | 0 | F | C6 | 27 | 4C |
| Octal | 253 | 314 | 332 | 26 | 6 | 0 | 17 | 306 | 47 | 114 |
| Binary | 10101011 | 11001100 | 11011010 | 10110 | 110 | 0 | 1111 | 11000110 | 100111 | 1001100 |
Color Harmonies of #ABCCDA
Complementary color
Monochromatic Colors of #ABCCDA
Black with #ABCCDA
Text Example
Text Example
White with #ABCCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCCDA; }
p { color: rgb(171,204,218); }
H1.HeaderClassName
{
color: #ABCCDA;
}
.AnyTagClassName
{
color: #ABCCDA;
}
</style>
background-color css
<style>
a { background-color: #ABCCDA; }
a { background-color: rgb(171,204,218); }
div.DivClassName
{
background-color: #ABCCDA;
}
.BgClassName
{
background-color: #ABCCDA;
}
</style>
border-color css
<style>
span { border-color: #ABCCDA; }
span { border-color: rgb(171,204,218); }
td.TdClassName
{
border-color: #ABCCDA;
}
.TagClassName
{
border-color: #ABCCDA;
}
</style>