Shades of French Pass #AED3DA
Tints of French Pass #AED3DA
RGB
CMYK
RGB Variations
Color information
#AED3DA (or 0xAED3DA) is known color: French Pass. HEX triplet: AE, D3 and DA. RGB value is (174,211,218). Sum of RGB (Red+Green+Blue) = 174+211+218=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: blue. Hex color #AED3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3DA is #512C25. Grayscale: #C8C8C8. Windows color (decimal): -5319718 or 14341038. OLE color: 14341038.
HSL color Cylindrical-coordinate representation of color #AED3DA: hue angle of 189.55º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AED3DA is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 211 | 218 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.15 |
| HSL | 189.55º | 0.37% | 0.77% | - |
| HSV(B) | 189.55º | 0.2% | 0.85% | - |
| XYZ | 53.4 | 60.65 | 75.22 | - |
| YUV | 200.74 | 137.74 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 218 | 0.20 | 0.03 | 0 | 0.15 | 189.55 | 0.37 | 0.77 |
| Hex | AE | D3 | DA | 14 | 3 | 0 | F | BE | 25 | 4D |
| Octal | 256 | 323 | 332 | 24 | 3 | 0 | 17 | 276 | 45 | 115 |
| Binary | 10101110 | 11010011 | 11011010 | 10100 | 11 | 0 | 1111 | 10111110 | 100101 | 1001101 |
Color Harmonies of #AED3DA
Complementary color
Monochromatic Colors of #AED3DA
Black with #AED3DA
Text Example
Text Example
White with #AED3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED3DA; }
p { color: rgb(174,211,218); }
H1.HeaderClassName
{
color: #AED3DA;
}
.AnyTagClassName
{
color: #AED3DA;
}
</style>
background-color css
<style>
a { background-color: #AED3DA; }
a { background-color: rgb(174,211,218); }
div.DivClassName
{
background-color: #AED3DA;
}
.BgClassName
{
background-color: #AED3DA;
}
</style>
border-color css
<style>
span { border-color: #AED3DA; }
span { border-color: rgb(174,211,218); }
td.TdClassName
{
border-color: #AED3DA;
}
.TagClassName
{
border-color: #AED3DA;
}
</style>