Shades of French Pass #A7D0DC
Tints of French Pass #A7D0DC
RGB
CMYK
RGB Variations
Color information
#A7D0DC (or 0xA7D0DC) is known color: French Pass. HEX triplet: A7, D0 and DC. RGB value is (167,208,220). Sum of RGB (Red+Green+Blue) = 167+208+220=595 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.07% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #A7D0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D0DC is #582F23. Grayscale: #C5C5C5. Windows color (decimal): -5779236 or 14471335. OLE color: 14471335.
HSL color Cylindrical-coordinate representation of color #A7D0DC: hue angle of 193.58º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7D0DC is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 208 | 220 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.14 |
| HSL | 193.58º | 0.43% | 0.76% | - |
| HSV(B) | 193.58º | 0.24% | 0.86% | - |
| XYZ | 51.41 | 58.49 | 76.29 | - |
| YUV | 197.11 | 140.92 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 208 | 220 | 0.24 | 0.05 | 0 | 0.14 | 193.58 | 0.43 | 0.76 |
| Hex | A7 | D0 | DC | 18 | 5 | 0 | E | C2 | 2B | 4C |
| Octal | 247 | 320 | 334 | 30 | 5 | 0 | 16 | 302 | 53 | 114 |
| Binary | 10100111 | 11010000 | 11011100 | 11000 | 101 | 0 | 1110 | 11000010 | 101011 | 1001100 |
Color Harmonies of #A7D0DC
Complementary color
Monochromatic Colors of #A7D0DC
Black with #A7D0DC
Text Example
Text Example
White with #A7D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D0DC; }
p { color: rgb(167,208,220); }
H1.HeaderClassName
{
color: #A7D0DC;
}
.AnyTagClassName
{
color: #A7D0DC;
}
</style>
background-color css
<style>
a { background-color: #A7D0DC; }
a { background-color: rgb(167,208,220); }
div.DivClassName
{
background-color: #A7D0DC;
}
.BgClassName
{
background-color: #A7D0DC;
}
</style>
border-color css
<style>
span { border-color: #A7D0DC; }
span { border-color: rgb(167,208,220); }
td.TdClassName
{
border-color: #A7D0DC;
}
.TagClassName
{
border-color: #A7D0DC;
}
</style>