Shades of French Pass #AED3DC
Tints of French Pass #AED3DC
RGB
CMYK
RGB Variations
Color information
#AED3DC (or 0xAED3DC) is known color: French Pass. HEX triplet: AE, D3 and DC. RGB value is (174,211,220). Sum of RGB (Red+Green+Blue) = 174+211+220=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #AED3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3DC is #512C23. Grayscale: #C8C8C8. Windows color (decimal): -5319716 or 14472110. OLE color: 14472110.
HSL color Cylindrical-coordinate representation of color #AED3DC: hue angle of 191.74º 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 #AED3DC is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 211 | 220 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.14 |
| HSL | 191.74º | 0.4% | 0.77% | - |
| HSV(B) | 191.74º | 0.21% | 0.86% | - |
| XYZ | 53.67 | 60.75 | 76.61 | - |
| YUV | 200.96 | 138.74 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 220 | 0.21 | 0.04 | 0 | 0.14 | 191.74 | 0.4 | 0.77 |
| Hex | AE | D3 | DC | 15 | 4 | 0 | E | C0 | 28 | 4D |
| Octal | 256 | 323 | 334 | 25 | 4 | 0 | 16 | 300 | 50 | 115 |
| Binary | 10101110 | 11010011 | 11011100 | 10101 | 100 | 0 | 1110 | 11000000 | 101000 | 1001101 |
Color Harmonies of #AED3DC
Complementary color
Monochromatic Colors of #AED3DC
Black with #AED3DC
Text Example
Text Example
White with #AED3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED3DC; }
p { color: rgb(174,211,220); }
H1.HeaderClassName
{
color: #AED3DC;
}
.AnyTagClassName
{
color: #AED3DC;
}
</style>
background-color css
<style>
a { background-color: #AED3DC; }
a { background-color: rgb(174,211,220); }
div.DivClassName
{
background-color: #AED3DC;
}
.BgClassName
{
background-color: #AED3DC;
}
</style>
border-color css
<style>
span { border-color: #AED3DC; }
span { border-color: rgb(174,211,220); }
td.TdClassName
{
border-color: #AED3DC;
}
.TagClassName
{
border-color: #AED3DC;
}
</style>