Shades of French Pass #ACD4DE
Tints of French Pass #ACD4DE
RGB
CMYK
RGB Variations
Color information
#ACD4DE (or 0xACD4DE) is known color: French Pass. HEX triplet: AC, D4 and DE. RGB value is (172,212,222). Sum of RGB (Red+Green+Blue) = 172+212+222=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACD4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD4DE is #532B21. Grayscale: #C9C9C9. Windows color (decimal): -5450530 or 14603436. OLE color: 14603436.
HSL color Cylindrical-coordinate representation of color #ACD4DE: hue angle of 192º 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 #ACD4DE is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 212 | 222 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.13 |
| HSL | 192º | 0.43% | 0.77% | - |
| HSV(B) | 192º | 0.23% | 0.87% | - |
| XYZ | 53.74 | 61.13 | 78.07 | - |
| YUV | 201.18 | 139.75 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 222 | 0.23 | 0.05 | 0 | 0.13 | 192 | 0.43 | 0.77 |
| Hex | AC | D4 | DE | 17 | 5 | 0 | D | C0 | 2B | 4D |
| Octal | 254 | 324 | 336 | 27 | 5 | 0 | 15 | 300 | 53 | 115 |
| Binary | 10101100 | 11010100 | 11011110 | 10111 | 101 | 0 | 1101 | 11000000 | 101011 | 1001101 |
Color Harmonies of #ACD4DE
Complementary color
Monochromatic Colors of #ACD4DE
Black with #ACD4DE
Text Example
Text Example
White with #ACD4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD4DE; }
p { color: rgb(172,212,222); }
H1.HeaderClassName
{
color: #ACD4DE;
}
.AnyTagClassName
{
color: #ACD4DE;
}
</style>
background-color css
<style>
a { background-color: #ACD4DE; }
a { background-color: rgb(172,212,222); }
div.DivClassName
{
background-color: #ACD4DE;
}
.BgClassName
{
background-color: #ACD4DE;
}
</style>
border-color css
<style>
span { border-color: #ACD4DE; }
span { border-color: rgb(172,212,222); }
td.TdClassName
{
border-color: #ACD4DE;
}
.TagClassName
{
border-color: #ACD4DE;
}
</style>