Shades of French Pass #ACCCDD
Tints of French Pass #ACCCDD
RGB
CMYK
RGB Variations
Color information
#ACCCDD (or 0xACCCDD) is known color: French Pass. HEX triplet: AC, CC and DD. RGB value is (172,204,221). Sum of RGB (Red+Green+Blue) = 172+204+221=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACCCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCDD is #533322. Grayscale: #C4C4C4. Windows color (decimal): -5452579 or 14535852. OLE color: 14535852.
HSL color Cylindrical-coordinate representation of color #ACCCDD: hue angle of 200.82º 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 #ACCCDD is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 204 | 221 | - |
CMYK | 0.22 | 0.08 | 0 | 0.13 |
HSL | 200.82º | 0.42% | 0.77% | - |
HSV(B) | 200.82º | 0.22% | 0.87% | - |
XYZ | 51.66 | 57.18 | 76.72 | - |
YUV | 196.37 | 141.9 | 110.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 204 | 221 | 0.22 | 0.08 | 0 | 0.13 | 200.82 | 0.42 | 0.77 |
Hex | AC | CC | DD | 16 | 8 | 0 | D | C9 | 2A | 4D |
Octal | 254 | 314 | 335 | 26 | 10 | 0 | 15 | 311 | 52 | 115 |
Binary | 10101100 | 11001100 | 11011101 | 10110 | 1000 | 0 | 1101 | 11001001 | 101010 | 1001101 |
Color Harmonies of #ACCCDD
Complementary color
Monochromatic Colors of #ACCCDD
Black with #ACCCDD
Text Example
Text Example
White with #ACCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCCDD; }
p { color: rgb(172,204,221); }
H1.HeaderClassName
{
color: #ACCCDD;
}
.AnyTagClassName
{
color: #ACCCDD;
}
</style>
background-color css
<style>
a { background-color: #ACCCDD; }
a { background-color: rgb(172,204,221); }
div.DivClassName
{
background-color: #ACCCDD;
}
.BgClassName
{
background-color: #ACCCDD;
}
</style>
border-color css
<style>
span { border-color: #ACCCDD; }
span { border-color: rgb(172,204,221); }
td.TdClassName
{
border-color: #ACCCDD;
}
.TagClassName
{
border-color: #ACCCDD;
}
</style>