Shades of French Pass #ACCDD9
Tints of French Pass #ACCDD9
RGB
CMYK
RGB Variations
Color information
#ACCDD9 (or 0xACCDD9) is known color: French Pass. HEX triplet: AC, CD and D9. RGB value is (172,205,217). Sum of RGB (Red+Green+Blue) = 172+205+217=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACCDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDD9 is #533226. Grayscale: #C4C4C4. Windows color (decimal): -5452327 or 14273964. OLE color: 14273964.
HSL color Cylindrical-coordinate representation of color #ACCDD9: hue angle of 196º degrees, saturation: 0.37, 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 #ACCDD9 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 172 | 205 | 217 | - |
CMYK | 0.21 | 0.06 | 0 | 0.15 |
HSL | 196º | 0.37% | 0.76% | - |
HSV(B) | 196º | 0.21% | 0.85% | - |
XYZ | 51.37 | 57.44 | 74.03 | - |
YUV | 196.5 | 139.57 | 110.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 205 | 217 | 0.21 | 0.06 | 0 | 0.15 | 196 | 0.37 | 0.76 |
Hex | AC | CD | D9 | 15 | 6 | 0 | F | C4 | 25 | 4C |
Octal | 254 | 315 | 331 | 25 | 6 | 0 | 17 | 304 | 45 | 114 |
Binary | 10101100 | 11001101 | 11011001 | 10101 | 110 | 0 | 1111 | 11000100 | 100101 | 1001100 |
Color Harmonies of #ACCDD9
Complementary color
Monochromatic Colors of #ACCDD9
Black with #ACCDD9
Text Example
Text Example
White with #ACCDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDD9; }
p { color: rgb(172,205,217); }
H1.HeaderClassName
{
color: #ACCDD9;
}
.AnyTagClassName
{
color: #ACCDD9;
}
</style>
background-color css
<style>
a { background-color: #ACCDD9; }
a { background-color: rgb(172,205,217); }
div.DivClassName
{
background-color: #ACCDD9;
}
.BgClassName
{
background-color: #ACCDD9;
}
</style>
border-color css
<style>
span { border-color: #ACCDD9; }
span { border-color: rgb(172,205,217); }
td.TdClassName
{
border-color: #ACCDD9;
}
.TagClassName
{
border-color: #ACCDD9;
}
</style>