Shades of French Pass #ACCCDE
Tints of French Pass #ACCCDE
RGB
CMYK
RGB Variations
Color information
#ACCCDE (or 0xACCCDE) is known color: French Pass. HEX triplet: AC, CC and DE. RGB value is (172,204,222). Sum of RGB (Red+Green+Blue) = 172+204+222=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACCCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCDE is #533321. Grayscale: #C4C4C4. Windows color (decimal): -5452578 or 14601388. OLE color: 14601388.
HSL color Cylindrical-coordinate representation of color #ACCCDE: hue angle of 201.6º 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 #ACCCDE is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 204 | 222 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.13 |
| HSL | 201.6º | 0.43% | 0.77% | - |
| HSV(B) | 201.6º | 0.23% | 0.87% | - |
| XYZ | 51.79 | 57.23 | 77.42 | - |
| YUV | 196.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 222 | 0.23 | 0.08 | 0 | 0.13 | 201.6 | 0.43 | 0.77 |
| Hex | AC | CC | DE | 17 | 8 | 0 | D | CA | 2B | 4D |
| Octal | 254 | 314 | 336 | 27 | 10 | 0 | 15 | 312 | 53 | 115 |
| Binary | 10101100 | 11001100 | 11011110 | 10111 | 1000 | 0 | 1101 | 11001010 | 101011 | 1001101 |
Color Harmonies of #ACCCDE
Complementary color
Monochromatic Colors of #ACCCDE
Black with #ACCCDE
Text Example
Text Example
White with #ACCCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCCDE; }
p { color: rgb(172,204,222); }
H1.HeaderClassName
{
color: #ACCCDE;
}
.AnyTagClassName
{
color: #ACCCDE;
}
</style>
background-color css
<style>
a { background-color: #ACCCDE; }
a { background-color: rgb(172,204,222); }
div.DivClassName
{
background-color: #ACCCDE;
}
.BgClassName
{
background-color: #ACCCDE;
}
</style>
border-color css
<style>
span { border-color: #ACCCDE; }
span { border-color: rgb(172,204,222); }
td.TdClassName
{
border-color: #ACCCDE;
}
.TagClassName
{
border-color: #ACCCDE;
}
</style>