Shades of French Pass #ACD0DE
Tints of French Pass #ACD0DE
RGB
CMYK
RGB Variations
Color information
#ACD0DE (or 0xACD0DE) is known color: French Pass. HEX triplet: AC, D0 and DE. RGB value is (172,208,222). Sum of RGB (Red+Green+Blue) = 172+208+222=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACD0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0DE is #532F21. Grayscale: #C6C6C6. Windows color (decimal): -5451554 or 14602412. OLE color: 14602412.
HSL color Cylindrical-coordinate representation of color #ACD0DE: hue angle of 196.8º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACD0DE is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 208 | 222 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.13 |
| HSL | 196.8º | 0.43% | 0.77% | - |
| HSV(B) | 196.8º | 0.23% | 0.87% | - |
| XYZ | 52.75 | 59.16 | 77.75 | - |
| YUV | 198.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 222 | 0.23 | 0.06 | 0 | 0.13 | 196.8 | 0.43 | 0.77 |
| Hex | AC | D0 | DE | 17 | 6 | 0 | D | C5 | 2B | 4D |
| Octal | 254 | 320 | 336 | 27 | 6 | 0 | 15 | 305 | 53 | 115 |
| Binary | 10101100 | 11010000 | 11011110 | 10111 | 110 | 0 | 1101 | 11000101 | 101011 | 1001101 |
Color Harmonies of #ACD0DE
Complementary color
Monochromatic Colors of #ACD0DE
Black with #ACD0DE
Text Example
Text Example
White with #ACD0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD0DE; }
p { color: rgb(172,208,222); }
H1.HeaderClassName
{
color: #ACD0DE;
}
.AnyTagClassName
{
color: #ACD0DE;
}
</style>
background-color css
<style>
a { background-color: #ACD0DE; }
a { background-color: rgb(172,208,222); }
div.DivClassName
{
background-color: #ACD0DE;
}
.BgClassName
{
background-color: #ACD0DE;
}
</style>
border-color css
<style>
span { border-color: #ACD0DE; }
span { border-color: rgb(172,208,222); }
td.TdClassName
{
border-color: #ACD0DE;
}
.TagClassName
{
border-color: #ACD0DE;
}
</style>