Shades of French Pass #ABCEDD
Tints of French Pass #ABCEDD
RGB
CMYK
RGB Variations
Color information
#ABCEDD (or 0xABCEDD) is known color: French Pass. HEX triplet: AB, CE and DD. RGB value is (171,206,221). Sum of RGB (Red+Green+Blue) = 171+206+221=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABCEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCEDD is #543122. Grayscale: #C5C5C5. Windows color (decimal): -5517603 or 14536363. OLE color: 14536363.
HSL color Cylindrical-coordinate representation of color #ABCEDD: hue angle of 198º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABCEDD is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 206 | 221 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.13 |
| HSL | 198º | 0.42% | 0.77% | - |
| HSV(B) | 198º | 0.23% | 0.87% | - |
| XYZ | 51.92 | 58.02 | 76.87 | - |
| YUV | 197.25 | 141.4 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 221 | 0.23 | 0.07 | 0 | 0.13 | 198 | 0.42 | 0.77 |
| Hex | AB | CE | DD | 17 | 7 | 0 | D | C6 | 2A | 4D |
| Octal | 253 | 316 | 335 | 27 | 7 | 0 | 15 | 306 | 52 | 115 |
| Binary | 10101011 | 11001110 | 11011101 | 10111 | 111 | 0 | 1101 | 11000110 | 101010 | 1001101 |
Color Harmonies of #ABCEDD
Complementary color
Monochromatic Colors of #ABCEDD
Black with #ABCEDD
Text Example
Text Example
White with #ABCEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCEDD; }
p { color: rgb(171,206,221); }
H1.HeaderClassName
{
color: #ABCEDD;
}
.AnyTagClassName
{
color: #ABCEDD;
}
</style>
background-color css
<style>
a { background-color: #ABCEDD; }
a { background-color: rgb(171,206,221); }
div.DivClassName
{
background-color: #ABCEDD;
}
.BgClassName
{
background-color: #ABCEDD;
}
</style>
border-color css
<style>
span { border-color: #ABCEDD; }
span { border-color: rgb(171,206,221); }
td.TdClassName
{
border-color: #ABCEDD;
}
.TagClassName
{
border-color: #ABCEDD;
}
</style>