Shades of French Pass #ACD5DD
Tints of French Pass #ACD5DD
RGB
CMYK
RGB Variations
Color information
#ACD5DD (or 0xACD5DD) is known color: French Pass. HEX triplet: AC, D5 and DD. RGB value is (172,213,221). Sum of RGB (Red+Green+Blue) = 172+213+221=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACD5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5DD is #532A22. Grayscale: #C9C9C9. Windows color (decimal): -5450275 or 14538156. OLE color: 14538156.
HSL color Cylindrical-coordinate representation of color #ACD5DD: hue angle of 189.8º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACD5DD is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 213 | 221 | - |
CMYK | 0.22 | 0.04 | 0 | 0.13 |
HSL | 189.8º | 0.42% | 0.77% | - |
HSV(B) | 189.8º | 0.22% | 0.87% | - |
XYZ | 53.86 | 61.58 | 77.45 | - |
YUV | 201.65 | 138.92 | 106.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 213 | 221 | 0.22 | 0.04 | 0 | 0.13 | 189.8 | 0.42 | 0.77 |
Hex | AC | D5 | DD | 16 | 4 | 0 | D | BE | 2A | 4D |
Octal | 254 | 325 | 335 | 26 | 4 | 0 | 15 | 276 | 52 | 115 |
Binary | 10101100 | 11010101 | 11011101 | 10110 | 100 | 0 | 1101 | 10111110 | 101010 | 1001101 |
Color Harmonies of #ACD5DD
Complementary color
Monochromatic Colors of #ACD5DD
Black with #ACD5DD
Text Example
Text Example
White with #ACD5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD5DD; }
p { color: rgb(172,213,221); }
H1.HeaderClassName
{
color: #ACD5DD;
}
.AnyTagClassName
{
color: #ACD5DD;
}
</style>
background-color css
<style>
a { background-color: #ACD5DD; }
a { background-color: rgb(172,213,221); }
div.DivClassName
{
background-color: #ACD5DD;
}
.BgClassName
{
background-color: #ACD5DD;
}
</style>
border-color css
<style>
span { border-color: #ACD5DD; }
span { border-color: rgb(172,213,221); }
td.TdClassName
{
border-color: #ACD5DD;
}
.TagClassName
{
border-color: #ACD5DD;
}
</style>