Shades of French Pass #AED0DE
Tints of French Pass #AED0DE
RGB
CMYK
RGB Variations
Color information
#AED0DE (or 0xAED0DE) is known color: French Pass. HEX triplet: AE, D0 and DE. RGB value is (174,208,222). Sum of RGB (Red+Green+Blue) = 174+208+222=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #AED0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED0DE is #512F21. Grayscale: #C7C7C7. Windows color (decimal): -5320482 or 14602414. OLE color: 14602414.
HSL color Cylindrical-coordinate representation of color #AED0DE: hue angle of 197.5º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AED0DE is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 208 | 222 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.13 |
| HSL | 197.5º | 0.42% | 0.78% | - |
| HSV(B) | 197.5º | 0.22% | 0.87% | - |
| XYZ | 53.2 | 59.38 | 77.77 | - |
| YUV | 199.43 | 140.74 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 222 | 0.22 | 0.06 | 0 | 0.13 | 197.5 | 0.42 | 0.78 |
| Hex | AE | D0 | DE | 16 | 6 | 0 | D | C6 | 2A | 4E |
| Octal | 256 | 320 | 336 | 26 | 6 | 0 | 15 | 306 | 52 | 116 |
| Binary | 10101110 | 11010000 | 11011110 | 10110 | 110 | 0 | 1101 | 11000110 | 101010 | 1001110 |
Color Harmonies of #AED0DE
Complementary color
Monochromatic Colors of #AED0DE
Black with #AED0DE
Text Example
Text Example
White with #AED0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED0DE; }
p { color: rgb(174,208,222); }
H1.HeaderClassName
{
color: #AED0DE;
}
.AnyTagClassName
{
color: #AED0DE;
}
</style>
background-color css
<style>
a { background-color: #AED0DE; }
a { background-color: rgb(174,208,222); }
div.DivClassName
{
background-color: #AED0DE;
}
.BgClassName
{
background-color: #AED0DE;
}
</style>
border-color css
<style>
span { border-color: #AED0DE; }
span { border-color: rgb(174,208,222); }
td.TdClassName
{
border-color: #AED0DE;
}
.TagClassName
{
border-color: #AED0DE;
}
</style>