Shades of French Pass #ACCDE0
Tints of French Pass #ACCDE0
RGB
CMYK
RGB Variations
Color information
#ACCDE0 (or 0xACCDE0) is known color: French Pass. HEX triplet: AC, CD and E0. RGB value is (172,205,224). Sum of RGB (Red+Green+Blue) = 172+205+224=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACCDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDE0 is #53321F. Grayscale: #C5C5C5. Windows color (decimal): -5452320 or 14732716. OLE color: 14732716.
HSL color Cylindrical-coordinate representation of color #ACCDE0: hue angle of 201.92º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACCDE0 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 205 | 224 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.12 |
| HSL | 201.92º | 0.46% | 0.78% | - |
| HSV(B) | 201.92º | 0.23% | 0.88% | - |
| XYZ | 52.3 | 57.82 | 78.92 | - |
| YUV | 197.3 | 143.07 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 224 | 0.23 | 0.08 | 0 | 0.12 | 201.92 | 0.46 | 0.78 |
| Hex | AC | CD | E0 | 17 | 8 | 0 | C | CA | 2E | 4E |
| Octal | 254 | 315 | 340 | 27 | 10 | 0 | 14 | 312 | 56 | 116 |
| Binary | 10101100 | 11001101 | 11100000 | 10111 | 1000 | 0 | 1100 | 11001010 | 101110 | 1001110 |
Color Harmonies of #ACCDE0
Complementary color
Monochromatic Colors of #ACCDE0
Black with #ACCDE0
Text Example
Text Example
White with #ACCDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDE0; }
p { color: rgb(172,205,224); }
H1.HeaderClassName
{
color: #ACCDE0;
}
.AnyTagClassName
{
color: #ACCDE0;
}
</style>
background-color css
<style>
a { background-color: #ACCDE0; }
a { background-color: rgb(172,205,224); }
div.DivClassName
{
background-color: #ACCDE0;
}
.BgClassName
{
background-color: #ACCDE0;
}
</style>
border-color css
<style>
span { border-color: #ACCDE0; }
span { border-color: rgb(172,205,224); }
td.TdClassName
{
border-color: #ACCDE0;
}
.TagClassName
{
border-color: #ACCDE0;
}
</style>