Shades of French Pass #ABCCDE
Tints of French Pass #ABCCDE
RGB
CMYK
RGB Variations
Color information
#ABCCDE (or 0xABCCDE) is known color: French Pass. HEX triplet: AB, CC and DE. RGB value is (171,204,222). Sum of RGB (Red+Green+Blue) = 171+204+222=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABCCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCDE is #543321. Grayscale: #C4C4C4. Windows color (decimal): -5518114 or 14601387. OLE color: 14601387.
HSL color Cylindrical-coordinate representation of color #ABCCDE: hue angle of 201.18º 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 #ABCCDE is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 204 | 222 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.13 |
| HSL | 201.18º | 0.44% | 0.77% | - |
| HSV(B) | 201.18º | 0.23% | 0.87% | - |
| XYZ | 51.57 | 57.12 | 77.41 | - |
| YUV | 196.19 | 142.57 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 222 | 0.23 | 0.08 | 0 | 0.13 | 201.18 | 0.44 | 0.77 |
| Hex | AB | CC | DE | 17 | 8 | 0 | D | C9 | 2C | 4D |
| Octal | 253 | 314 | 336 | 27 | 10 | 0 | 15 | 311 | 54 | 115 |
| Binary | 10101011 | 11001100 | 11011110 | 10111 | 1000 | 0 | 1101 | 11001001 | 101100 | 1001101 |
Color Harmonies of #ABCCDE
Complementary color
Monochromatic Colors of #ABCCDE
Black with #ABCCDE
Text Example
Text Example
White with #ABCCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCCDE; }
p { color: rgb(171,204,222); }
H1.HeaderClassName
{
color: #ABCCDE;
}
.AnyTagClassName
{
color: #ABCCDE;
}
</style>
background-color css
<style>
a { background-color: #ABCCDE; }
a { background-color: rgb(171,204,222); }
div.DivClassName
{
background-color: #ABCCDE;
}
.BgClassName
{
background-color: #ABCCDE;
}
</style>
border-color css
<style>
span { border-color: #ABCCDE; }
span { border-color: rgb(171,204,222); }
td.TdClassName
{
border-color: #ABCCDE;
}
.TagClassName
{
border-color: #ABCCDE;
}
</style>