Shades of French Pass #A3CCDD
Tints of French Pass #A3CCDD
RGB
CMYK
RGB Variations
Color information
#A3CCDD (or 0xA3CCDD) is known color: French Pass. HEX triplet: A3, CC and DD. RGB value is (163,204,221). Sum of RGB (Red+Green+Blue) = 163+204+221=588 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.72% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #A3CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CCDD is #5C3322. Grayscale: #C1C1C1. Windows color (decimal): -6042403 or 14535843. OLE color: 14535843.
HSL color Cylindrical-coordinate representation of color #A3CCDD: hue angle of 197.59º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3CCDD is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 204 | 221 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.13 |
| HSL | 197.59º | 0.46% | 0.75% | - |
| HSV(B) | 197.59º | 0.26% | 0.87% | - |
| XYZ | 49.75 | 56.19 | 76.63 | - |
| YUV | 193.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 221 | 0.26 | 0.08 | 0 | 0.13 | 197.59 | 0.46 | 0.75 |
| Hex | A3 | CC | DD | 1A | 8 | 0 | D | C6 | 2E | 4B |
| Octal | 243 | 314 | 335 | 32 | 10 | 0 | 15 | 306 | 56 | 113 |
| Binary | 10100011 | 11001100 | 11011101 | 11010 | 1000 | 0 | 1101 | 11000110 | 101110 | 1001011 |
Color Harmonies of #A3CCDD
Complementary color
Monochromatic Colors of #A3CCDD
Black with #A3CCDD
Text Example
Text Example
White with #A3CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CCDD; }
p { color: rgb(163,204,221); }
H1.HeaderClassName
{
color: #A3CCDD;
}
.AnyTagClassName
{
color: #A3CCDD;
}
</style>
background-color css
<style>
a { background-color: #A3CCDD; }
a { background-color: rgb(163,204,221); }
div.DivClassName
{
background-color: #A3CCDD;
}
.BgClassName
{
background-color: #A3CCDD;
}
</style>
border-color css
<style>
span { border-color: #A3CCDD; }
span { border-color: rgb(163,204,221); }
td.TdClassName
{
border-color: #A3CCDD;
}
.TagClassName
{
border-color: #A3CCDD;
}
</style>