Shades of French Pass #A3CDDE
Tints of French Pass #A3CDDE
RGB
CMYK
RGB Variations
Color information
#A3CDDE (or 0xA3CDDE) is known color: French Pass. HEX triplet: A3, CD and DE. RGB value is (163,205,222). Sum of RGB (Red+Green+Blue) = 163+205+222=590 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.63% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #A3CDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CDDE is #5C3221. Grayscale: #C2C2C2. Windows color (decimal): -6042146 or 14601635. OLE color: 14601635.
HSL color Cylindrical-coordinate representation of color #A3CDDE: hue angle of 197.29º 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 #A3CDDE is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 205 | 222 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.13 |
| HSL | 197.29º | 0.47% | 0.75% | - |
| HSV(B) | 197.29º | 0.27% | 0.87% | - |
| XYZ | 50.12 | 56.72 | 77.41 | - |
| YUV | 194.38 | 143.59 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 205 | 222 | 0.27 | 0.08 | 0 | 0.13 | 197.29 | 0.47 | 0.75 |
| Hex | A3 | CD | DE | 1B | 8 | 0 | D | C5 | 2F | 4B |
| Octal | 243 | 315 | 336 | 33 | 10 | 0 | 15 | 305 | 57 | 113 |
| Binary | 10100011 | 11001101 | 11011110 | 11011 | 1000 | 0 | 1101 | 11000101 | 101111 | 1001011 |
Color Harmonies of #A3CDDE
Complementary color
Monochromatic Colors of #A3CDDE
Black with #A3CDDE
Text Example
Text Example
White with #A3CDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CDDE; }
p { color: rgb(163,205,222); }
H1.HeaderClassName
{
color: #A3CDDE;
}
.AnyTagClassName
{
color: #A3CDDE;
}
</style>
background-color css
<style>
a { background-color: #A3CDDE; }
a { background-color: rgb(163,205,222); }
div.DivClassName
{
background-color: #A3CDDE;
}
.BgClassName
{
background-color: #A3CDDE;
}
</style>
border-color css
<style>
span { border-color: #A3CDDE; }
span { border-color: rgb(163,205,222); }
td.TdClassName
{
border-color: #A3CDDE;
}
.TagClassName
{
border-color: #A3CDDE;
}
</style>