Shades of French Pass #AECEDD
Tints of French Pass #AECEDD
RGB
CMYK
RGB Variations
Color information
#AECEDD (or 0xAECEDD) is known color: French Pass. HEX triplet: AE, CE and DD. RGB value is (174,206,221). Sum of RGB (Red+Green+Blue) = 174+206+221=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #AECEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEDD is #513122. Grayscale: #C6C6C6. Windows color (decimal): -5320995 or 14536366. OLE color: 14536366.
HSL color Cylindrical-coordinate representation of color #AECEDD: hue angle of 199.15º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AECEDD is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 206 | 221 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.13 |
| HSL | 199.15º | 0.41% | 0.77% | - |
| HSV(B) | 199.15º | 0.21% | 0.87% | - |
| XYZ | 52.58 | 58.36 | 76.9 | - |
| YUV | 198.14 | 140.9 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 221 | 0.21 | 0.07 | 0 | 0.13 | 199.15 | 0.41 | 0.77 |
| Hex | AE | CE | DD | 15 | 7 | 0 | D | C7 | 29 | 4D |
| Octal | 256 | 316 | 335 | 25 | 7 | 0 | 15 | 307 | 51 | 115 |
| Binary | 10101110 | 11001110 | 11011101 | 10101 | 111 | 0 | 1101 | 11000111 | 101001 | 1001101 |
Color Harmonies of #AECEDD
Complementary color
Monochromatic Colors of #AECEDD
Black with #AECEDD
Text Example
Text Example
White with #AECEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECEDD; }
p { color: rgb(174,206,221); }
H1.HeaderClassName
{
color: #AECEDD;
}
.AnyTagClassName
{
color: #AECEDD;
}
</style>
background-color css
<style>
a { background-color: #AECEDD; }
a { background-color: rgb(174,206,221); }
div.DivClassName
{
background-color: #AECEDD;
}
.BgClassName
{
background-color: #AECEDD;
}
</style>
border-color css
<style>
span { border-color: #AECEDD; }
span { border-color: rgb(174,206,221); }
td.TdClassName
{
border-color: #AECEDD;
}
.TagClassName
{
border-color: #AECEDD;
}
</style>