Shades of French Pass #AECBDC
Tints of French Pass #AECBDC
RGB
CMYK
RGB Variations
Color information
#AECBDC (or 0xAECBDC) is known color: French Pass. HEX triplet: AE, CB and DC. RGB value is (174,203,220). Sum of RGB (Red+Green+Blue) = 174+203+220=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #AECBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBDC is #513423. Grayscale: #C4C4C4. Windows color (decimal): -5321764 or 14470062. OLE color: 14470062.
HSL color Cylindrical-coordinate representation of color #AECBDC: hue angle of 202.17º 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 #AECBDC is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 203 | 220 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.14 |
| HSL | 202.17º | 0.4% | 0.77% | - |
| HSV(B) | 202.17º | 0.21% | 0.86% | - |
| XYZ | 51.73 | 56.88 | 75.96 | - |
| YUV | 196.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 220 | 0.21 | 0.08 | 0 | 0.14 | 202.17 | 0.4 | 0.77 |
| Hex | AE | CB | DC | 15 | 8 | 0 | E | CA | 28 | 4D |
| Octal | 256 | 313 | 334 | 25 | 10 | 0 | 16 | 312 | 50 | 115 |
| Binary | 10101110 | 11001011 | 11011100 | 10101 | 1000 | 0 | 1110 | 11001010 | 101000 | 1001101 |
Color Harmonies of #AECBDC
Complementary color
Monochromatic Colors of #AECBDC
Black with #AECBDC
Text Example
Text Example
White with #AECBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBDC; }
p { color: rgb(174,203,220); }
H1.HeaderClassName
{
color: #AECBDC;
}
.AnyTagClassName
{
color: #AECBDC;
}
</style>
background-color css
<style>
a { background-color: #AECBDC; }
a { background-color: rgb(174,203,220); }
div.DivClassName
{
background-color: #AECBDC;
}
.BgClassName
{
background-color: #AECBDC;
}
</style>
border-color css
<style>
span { border-color: #AECBDC; }
span { border-color: rgb(174,203,220); }
td.TdClassName
{
border-color: #AECBDC;
}
.TagClassName
{
border-color: #AECBDC;
}
</style>