Shades of French Pass #ACD2DC
Tints of French Pass #ACD2DC
RGB
CMYK
RGB Variations
Color information
#ACD2DC (or 0xACD2DC) is known color: French Pass. HEX triplet: AC, D2 and DC. RGB value is (172,210,220). Sum of RGB (Red+Green+Blue) = 172+210+220=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACD2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD2DC is #532D23. Grayscale: #C7C7C7. Windows color (decimal): -5451044 or 14471852. OLE color: 14471852.
HSL color Cylindrical-coordinate representation of color #ACD2DC: hue angle of 192.5º 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 #ACD2DC is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 210 | 220 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.14 |
| HSL | 192.5º | 0.41% | 0.77% | - |
| HSV(B) | 192.5º | 0.22% | 0.86% | - |
| XYZ | 52.98 | 60.03 | 76.51 | - |
| YUV | 199.78 | 139.41 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 220 | 0.22 | 0.05 | 0 | 0.14 | 192.5 | 0.41 | 0.77 |
| Hex | AC | D2 | DC | 16 | 5 | 0 | E | C0 | 29 | 4D |
| Octal | 254 | 322 | 334 | 26 | 5 | 0 | 16 | 300 | 51 | 115 |
| Binary | 10101100 | 11010010 | 11011100 | 10110 | 101 | 0 | 1110 | 11000000 | 101001 | 1001101 |
Color Harmonies of #ACD2DC
Complementary color
Monochromatic Colors of #ACD2DC
Black with #ACD2DC
Text Example
Text Example
White with #ACD2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD2DC; }
p { color: rgb(172,210,220); }
H1.HeaderClassName
{
color: #ACD2DC;
}
.AnyTagClassName
{
color: #ACD2DC;
}
</style>
background-color css
<style>
a { background-color: #ACD2DC; }
a { background-color: rgb(172,210,220); }
div.DivClassName
{
background-color: #ACD2DC;
}
.BgClassName
{
background-color: #ACD2DC;
}
</style>
border-color css
<style>
span { border-color: #ACD2DC; }
span { border-color: rgb(172,210,220); }
td.TdClassName
{
border-color: #ACD2DC;
}
.TagClassName
{
border-color: #ACD2DC;
}
</style>