Shades of French Pass #ABCDDE
Tints of French Pass #ABCDDE
RGB
CMYK
RGB Variations
Color information
#ABCDDE (or 0xABCDDE) is known color: French Pass. HEX triplet: AB, CD and DE. RGB value is (171,205,222). Sum of RGB (Red+Green+Blue) = 171+205+222=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABCDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDDE is #543221. Grayscale: #C4C4C4. Windows color (decimal): -5517858 or 14601643. OLE color: 14601643.
HSL color Cylindrical-coordinate representation of color #ABCDDE: hue angle of 200º degrees, saturation: 0.44, 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 #ABCDDE is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 205 | 222 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.13 |
| HSL | 200º | 0.44% | 0.77% | - |
| HSV(B) | 200º | 0.23% | 0.87% | - |
| XYZ | 51.81 | 57.59 | 77.49 | - |
| YUV | 196.77 | 142.24 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 222 | 0.23 | 0.08 | 0 | 0.13 | 200 | 0.44 | 0.77 |
| Hex | AB | CD | DE | 17 | 8 | 0 | D | C8 | 2C | 4D |
| Octal | 253 | 315 | 336 | 27 | 10 | 0 | 15 | 310 | 54 | 115 |
| Binary | 10101011 | 11001101 | 11011110 | 10111 | 1000 | 0 | 1101 | 11001000 | 101100 | 1001101 |
Color Harmonies of #ABCDDE
Complementary color
Monochromatic Colors of #ABCDDE
Black with #ABCDDE
Text Example
Text Example
White with #ABCDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDDE; }
p { color: rgb(171,205,222); }
H1.HeaderClassName
{
color: #ABCDDE;
}
.AnyTagClassName
{
color: #ABCDDE;
}
</style>
background-color css
<style>
a { background-color: #ABCDDE; }
a { background-color: rgb(171,205,222); }
div.DivClassName
{
background-color: #ABCDDE;
}
.BgClassName
{
background-color: #ABCDDE;
}
</style>
border-color css
<style>
span { border-color: #ABCDDE; }
span { border-color: rgb(171,205,222); }
td.TdClassName
{
border-color: #ABCDDE;
}
.TagClassName
{
border-color: #ABCDDE;
}
</style>