Shades of French Pass #A1D3DD
Tints of French Pass #A1D3DD
RGB
CMYK
RGB Variations
Color information
#A1D3DD (or 0xA1D3DD) is known color: French Pass. HEX triplet: A1, D3 and DD. RGB value is (161,211,221). Sum of RGB (Red+Green+Blue) = 161+211+221=593 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.15% from 593); Green value is 211 (82.81% from 255 or 35.58% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1D3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D3DD is #5E2C22. Grayscale: #C5C5C5. Windows color (decimal): -6171683 or 14537633. OLE color: 14537633.
HSL color Cylindrical-coordinate representation of color #A1D3DD: hue angle of 190º degrees, saturation: 0.47, 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 #A1D3DD is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 211 | 221 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.13 |
| HSL | 190º | 0.47% | 0.75% | - |
| HSV(B) | 190º | 0.27% | 0.87% | - |
| XYZ | 51.04 | 59.39 | 77.18 | - |
| YUV | 197.19 | 141.44 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 221 | 0.27 | 0.05 | 0 | 0.13 | 190 | 0.47 | 0.75 |
| Hex | A1 | D3 | DD | 1B | 5 | 0 | D | BE | 2F | 4B |
| Octal | 241 | 323 | 335 | 33 | 5 | 0 | 15 | 276 | 57 | 113 |
| Binary | 10100001 | 11010011 | 11011101 | 11011 | 101 | 0 | 1101 | 10111110 | 101111 | 1001011 |
Color Harmonies of #A1D3DD
Complementary color
Monochromatic Colors of #A1D3DD
Black with #A1D3DD
Text Example
Text Example
White with #A1D3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D3DD; }
p { color: rgb(161,211,221); }
H1.HeaderClassName
{
color: #A1D3DD;
}
.AnyTagClassName
{
color: #A1D3DD;
}
</style>
background-color css
<style>
a { background-color: #A1D3DD; }
a { background-color: rgb(161,211,221); }
div.DivClassName
{
background-color: #A1D3DD;
}
.BgClassName
{
background-color: #A1D3DD;
}
</style>
border-color css
<style>
span { border-color: #A1D3DD; }
span { border-color: rgb(161,211,221); }
td.TdClassName
{
border-color: #A1D3DD;
}
.TagClassName
{
border-color: #A1D3DD;
}
</style>