Shades of French Pass #AED3DD
Tints of French Pass #AED3DD
RGB
CMYK
RGB Variations
Color information
#AED3DD (or 0xAED3DD) is known color: French Pass. HEX triplet: AE, D3 and DD. RGB value is (174,211,221). Sum of RGB (Red+Green+Blue) = 174+211+221=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #AED3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3DD is #512C22. Grayscale: #C9C9C9. Windows color (decimal): -5319715 or 14537646. OLE color: 14537646.
HSL color Cylindrical-coordinate representation of color #AED3DD: hue angle of 192.77º 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 #AED3DD is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 211 | 221 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.13 |
| HSL | 192.77º | 0.41% | 0.77% | - |
| HSV(B) | 192.77º | 0.21% | 0.87% | - |
| XYZ | 53.8 | 60.81 | 77.31 | - |
| YUV | 201.08 | 139.24 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 221 | 0.21 | 0.05 | 0 | 0.13 | 192.77 | 0.41 | 0.77 |
| Hex | AE | D3 | DD | 15 | 5 | 0 | D | C1 | 29 | 4D |
| Octal | 256 | 323 | 335 | 25 | 5 | 0 | 15 | 301 | 51 | 115 |
| Binary | 10101110 | 11010011 | 11011101 | 10101 | 101 | 0 | 1101 | 11000001 | 101001 | 1001101 |
Color Harmonies of #AED3DD
Complementary color
Monochromatic Colors of #AED3DD
Black with #AED3DD
Text Example
Text Example
White with #AED3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED3DD; }
p { color: rgb(174,211,221); }
H1.HeaderClassName
{
color: #AED3DD;
}
.AnyTagClassName
{
color: #AED3DD;
}
</style>
background-color css
<style>
a { background-color: #AED3DD; }
a { background-color: rgb(174,211,221); }
div.DivClassName
{
background-color: #AED3DD;
}
.BgClassName
{
background-color: #AED3DD;
}
</style>
border-color css
<style>
span { border-color: #AED3DD; }
span { border-color: rgb(174,211,221); }
td.TdClassName
{
border-color: #AED3DD;
}
.TagClassName
{
border-color: #AED3DD;
}
</style>