Shades of French Pass #AECEDC
Tints of French Pass #AECEDC
RGB
CMYK
RGB Variations
Color information
#AECEDC (or 0xAECEDC) is known color: French Pass. HEX triplet: AE, CE and DC. RGB value is (174,206,220). Sum of RGB (Red+Green+Blue) = 174+206+220=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #AECEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEDC is #513123. Grayscale: #C5C5C5. Windows color (decimal): -5320996 or 14470830. OLE color: 14470830.
HSL color Cylindrical-coordinate representation of color #AECEDC: hue angle of 198.26º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AECEDC is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 206 | 220 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.14 |
| HSL | 198.26º | 0.4% | 0.77% | - |
| HSV(B) | 198.26º | 0.21% | 0.86% | - |
| XYZ | 52.45 | 58.31 | 76.2 | - |
| YUV | 198.03 | 140.4 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 220 | 0.21 | 0.06 | 0 | 0.14 | 198.26 | 0.4 | 0.77 |
| Hex | AE | CE | DC | 15 | 6 | 0 | E | C6 | 28 | 4D |
| Octal | 256 | 316 | 334 | 25 | 6 | 0 | 16 | 306 | 50 | 115 |
| Binary | 10101110 | 11001110 | 11011100 | 10101 | 110 | 0 | 1110 | 11000110 | 101000 | 1001101 |
Color Harmonies of #AECEDC
Complementary color
Monochromatic Colors of #AECEDC
Black with #AECEDC
Text Example
Text Example
White with #AECEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECEDC; }
p { color: rgb(174,206,220); }
H1.HeaderClassName
{
color: #AECEDC;
}
.AnyTagClassName
{
color: #AECEDC;
}
</style>
background-color css
<style>
a { background-color: #AECEDC; }
a { background-color: rgb(174,206,220); }
div.DivClassName
{
background-color: #AECEDC;
}
.BgClassName
{
background-color: #AECEDC;
}
</style>
border-color css
<style>
span { border-color: #AECEDC; }
span { border-color: rgb(174,206,220); }
td.TdClassName
{
border-color: #AECEDC;
}
.TagClassName
{
border-color: #AECEDC;
}
</style>