Shades of French Pass #ACD2DA
Tints of French Pass #ACD2DA
RGB
CMYK
RGB Variations
Color information
#ACD2DA (or 0xACD2DA) is known color: French Pass. HEX triplet: AC, D2 and DA. RGB value is (172,210,218). Sum of RGB (Red+Green+Blue) = 172+210+218=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACD2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD2DA is #532D25. Grayscale: #C7C7C7. Windows color (decimal): -5451046 or 14340780. OLE color: 14340780.
HSL color Cylindrical-coordinate representation of color #ACD2DA: hue angle of 190.43º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACD2DA is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 210 | 218 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.15 |
| HSL | 190.43º | 0.38% | 0.76% | - |
| HSV(B) | 190.43º | 0.21% | 0.85% | - |
| XYZ | 52.71 | 59.93 | 75.12 | - |
| YUV | 199.55 | 138.41 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 218 | 0.21 | 0.04 | 0 | 0.15 | 190.43 | 0.38 | 0.76 |
| Hex | AC | D2 | DA | 15 | 4 | 0 | F | BE | 26 | 4C |
| Octal | 254 | 322 | 332 | 25 | 4 | 0 | 17 | 276 | 46 | 114 |
| Binary | 10101100 | 11010010 | 11011010 | 10101 | 100 | 0 | 1111 | 10111110 | 100110 | 1001100 |
Color Harmonies of #ACD2DA
Complementary color
Monochromatic Colors of #ACD2DA
Black with #ACD2DA
Text Example
Text Example
White with #ACD2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD2DA; }
p { color: rgb(172,210,218); }
H1.HeaderClassName
{
color: #ACD2DA;
}
.AnyTagClassName
{
color: #ACD2DA;
}
</style>
background-color css
<style>
a { background-color: #ACD2DA; }
a { background-color: rgb(172,210,218); }
div.DivClassName
{
background-color: #ACD2DA;
}
.BgClassName
{
background-color: #ACD2DA;
}
</style>
border-color css
<style>
span { border-color: #ACD2DA; }
span { border-color: rgb(172,210,218); }
td.TdClassName
{
border-color: #ACD2DA;
}
.TagClassName
{
border-color: #ACD2DA;
}
</style>