Shades of French Pass #A1CCDE
Tints of French Pass #A1CCDE
RGB
CMYK
RGB Variations
Color information
#A1CCDE (or 0xA1CCDE) is known color: French Pass. HEX triplet: A1, CC and DE. RGB value is (161,204,222). Sum of RGB (Red+Green+Blue) = 161+204+222=587 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.43% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1CCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CCDE is #5E3321. Grayscale: #C1C1C1. Windows color (decimal): -6173474 or 14601377. OLE color: 14601377.
HSL color Cylindrical-coordinate representation of color #A1CCDE: hue angle of 197.7º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1CCDE is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 204 | 222 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.13 |
| HSL | 197.7º | 0.48% | 0.75% | - |
| HSV(B) | 197.7º | 0.27% | 0.87% | - |
| XYZ | 49.48 | 56.04 | 77.32 | - |
| YUV | 193.2 | 144.25 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 222 | 0.27 | 0.08 | 0 | 0.13 | 197.7 | 0.48 | 0.75 |
| Hex | A1 | CC | DE | 1B | 8 | 0 | D | C6 | 30 | 4B |
| Octal | 241 | 314 | 336 | 33 | 10 | 0 | 15 | 306 | 60 | 113 |
| Binary | 10100001 | 11001100 | 11011110 | 11011 | 1000 | 0 | 1101 | 11000110 | 110000 | 1001011 |
Color Harmonies of #A1CCDE
Complementary color
Monochromatic Colors of #A1CCDE
Black with #A1CCDE
Text Example
Text Example
White with #A1CCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CCDE; }
p { color: rgb(161,204,222); }
H1.HeaderClassName
{
color: #A1CCDE;
}
.AnyTagClassName
{
color: #A1CCDE;
}
</style>
background-color css
<style>
a { background-color: #A1CCDE; }
a { background-color: rgb(161,204,222); }
div.DivClassName
{
background-color: #A1CCDE;
}
.BgClassName
{
background-color: #A1CCDE;
}
</style>
border-color css
<style>
span { border-color: #A1CCDE; }
span { border-color: rgb(161,204,222); }
td.TdClassName
{
border-color: #A1CCDE;
}
.TagClassName
{
border-color: #A1CCDE;
}
</style>