Shades of French Pass #AECCD9
Tints of French Pass #AECCD9
RGB
CMYK
RGB Variations
Color information
#AECCD9 (or 0xAECCD9) is known color: French Pass. HEX triplet: AE, CC and D9. RGB value is (174,204,217). Sum of RGB (Red+Green+Blue) = 174+204+217=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 217 - color contains mainly: blue. Hex color #AECCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCD9 is #513326. Grayscale: #C4C4C4. Windows color (decimal): -5321511 or 14273710. OLE color: 14273710.
HSL color Cylindrical-coordinate representation of color #AECCD9: hue angle of 198.14º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AECCD9 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 204 | 217 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.15 |
| HSL | 198.14º | 0.36% | 0.77% | - |
| HSV(B) | 198.14º | 0.2% | 0.85% | - |
| XYZ | 51.57 | 57.19 | 73.97 | - |
| YUV | 196.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 217 | 0.20 | 0.06 | 0 | 0.15 | 198.14 | 0.36 | 0.77 |
| Hex | AE | CC | D9 | 14 | 6 | 0 | F | C6 | 24 | 4D |
| Octal | 256 | 314 | 331 | 24 | 6 | 0 | 17 | 306 | 44 | 115 |
| Binary | 10101110 | 11001100 | 11011001 | 10100 | 110 | 0 | 1111 | 11000110 | 100100 | 1001101 |
Color Harmonies of #AECCD9
Complementary color
Monochromatic Colors of #AECCD9
Black with #AECCD9
Text Example
Text Example
White with #AECCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECCD9; }
p { color: rgb(174,204,217); }
H1.HeaderClassName
{
color: #AECCD9;
}
.AnyTagClassName
{
color: #AECCD9;
}
</style>
background-color css
<style>
a { background-color: #AECCD9; }
a { background-color: rgb(174,204,217); }
div.DivClassName
{
background-color: #AECCD9;
}
.BgClassName
{
background-color: #AECCD9;
}
</style>
border-color css
<style>
span { border-color: #AECCD9; }
span { border-color: rgb(174,204,217); }
td.TdClassName
{
border-color: #AECCD9;
}
.TagClassName
{
border-color: #AECCD9;
}
</style>