Shades of French Pass #ACD0DC
Tints of French Pass #ACD0DC
RGB
CMYK
RGB Variations
Color information
#ACD0DC (or 0xACD0DC) is known color: French Pass. HEX triplet: AC, D0 and DC. RGB value is (172,208,220). Sum of RGB (Red+Green+Blue) = 172+208+220=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACD0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0DC is #532F23. Grayscale: #C6C6C6. Windows color (decimal): -5451556 or 14471340. OLE color: 14471340.
HSL color Cylindrical-coordinate representation of color #ACD0DC: hue angle of 195º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACD0DC is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 208 | 220 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.14 |
| HSL | 195º | 0.41% | 0.77% | - |
| HSV(B) | 195º | 0.22% | 0.86% | - |
| XYZ | 52.49 | 59.05 | 76.34 | - |
| YUV | 198.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 220 | 0.22 | 0.05 | 0 | 0.14 | 195 | 0.41 | 0.77 |
| Hex | AC | D0 | DC | 16 | 5 | 0 | E | C3 | 29 | 4D |
| Octal | 254 | 320 | 334 | 26 | 5 | 0 | 16 | 303 | 51 | 115 |
| Binary | 10101100 | 11010000 | 11011100 | 10110 | 101 | 0 | 1110 | 11000011 | 101001 | 1001101 |
Color Harmonies of #ACD0DC
Complementary color
Monochromatic Colors of #ACD0DC
Black with #ACD0DC
Text Example
Text Example
White with #ACD0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD0DC; }
p { color: rgb(172,208,220); }
H1.HeaderClassName
{
color: #ACD0DC;
}
.AnyTagClassName
{
color: #ACD0DC;
}
</style>
background-color css
<style>
a { background-color: #ACD0DC; }
a { background-color: rgb(172,208,220); }
div.DivClassName
{
background-color: #ACD0DC;
}
.BgClassName
{
background-color: #ACD0DC;
}
</style>
border-color css
<style>
span { border-color: #ACD0DC; }
span { border-color: rgb(172,208,220); }
td.TdClassName
{
border-color: #ACD0DC;
}
.TagClassName
{
border-color: #ACD0DC;
}
</style>