Shades of French Pass #A4D3DF
Tints of French Pass #A4D3DF
RGB
CMYK
RGB Variations
Color information
#A4D3DF (or 0xA4D3DF) is known color: French Pass. HEX triplet: A4, D3 and DF. RGB value is (164,211,223). Sum of RGB (Red+Green+Blue) = 164+211+223=598 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.42% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #A4D3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D3DF is #5B2C20. Grayscale: #C6C6C6. Windows color (decimal): -5975073 or 14668708. OLE color: 14668708.
HSL color Cylindrical-coordinate representation of color #A4D3DF: hue angle of 192.2º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4D3DF is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 211 | 223 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.13 |
| HSL | 192.2º | 0.48% | 0.76% | - |
| HSV(B) | 192.2º | 0.26% | 0.87% | - |
| XYZ | 51.92 | 59.81 | 78.62 | - |
| YUV | 198.32 | 141.93 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 211 | 223 | 0.26 | 0.05 | 0 | 0.13 | 192.2 | 0.48 | 0.76 |
| Hex | A4 | D3 | DF | 1A | 5 | 0 | D | C0 | 30 | 4C |
| Octal | 244 | 323 | 337 | 32 | 5 | 0 | 15 | 300 | 60 | 114 |
| Binary | 10100100 | 11010011 | 11011111 | 11010 | 101 | 0 | 1101 | 11000000 | 110000 | 1001100 |
Color Harmonies of #A4D3DF
Complementary color
Monochromatic Colors of #A4D3DF
Black with #A4D3DF
Text Example
Text Example
White with #A4D3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D3DF; }
p { color: rgb(164,211,223); }
H1.HeaderClassName
{
color: #A4D3DF;
}
.AnyTagClassName
{
color: #A4D3DF;
}
</style>
background-color css
<style>
a { background-color: #A4D3DF; }
a { background-color: rgb(164,211,223); }
div.DivClassName
{
background-color: #A4D3DF;
}
.BgClassName
{
background-color: #A4D3DF;
}
</style>
border-color css
<style>
span { border-color: #A4D3DF; }
span { border-color: rgb(164,211,223); }
td.TdClassName
{
border-color: #A4D3DF;
}
.TagClassName
{
border-color: #A4D3DF;
}
</style>