Shades of French Pass #AED2DD
Tints of French Pass #AED2DD
RGB
CMYK
RGB Variations
Color information
#AED2DD (or 0xAED2DD) is known color: French Pass. HEX triplet: AE, D2 and DD. RGB value is (174,210,221). Sum of RGB (Red+Green+Blue) = 174+210+221=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #AED2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2DD is #512D22. Grayscale: #C8C8C8. Windows color (decimal): -5319971 or 14537390. OLE color: 14537390.
HSL color Cylindrical-coordinate representation of color #AED2DD: hue angle of 194.04º 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 #AED2DD is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 210 | 221 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.13 |
| HSL | 194.04º | 0.41% | 0.77% | - |
| HSV(B) | 194.04º | 0.21% | 0.87% | - |
| XYZ | 53.55 | 60.31 | 77.23 | - |
| YUV | 200.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 221 | 0.21 | 0.05 | 0 | 0.13 | 194.04 | 0.41 | 0.77 |
| Hex | AE | D2 | DD | 15 | 5 | 0 | D | C2 | 29 | 4D |
| Octal | 256 | 322 | 335 | 25 | 5 | 0 | 15 | 302 | 51 | 115 |
| Binary | 10101110 | 11010010 | 11011101 | 10101 | 101 | 0 | 1101 | 11000010 | 101001 | 1001101 |
Color Harmonies of #AED2DD
Complementary color
Monochromatic Colors of #AED2DD
Black with #AED2DD
Text Example
Text Example
White with #AED2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED2DD; }
p { color: rgb(174,210,221); }
H1.HeaderClassName
{
color: #AED2DD;
}
.AnyTagClassName
{
color: #AED2DD;
}
</style>
background-color css
<style>
a { background-color: #AED2DD; }
a { background-color: rgb(174,210,221); }
div.DivClassName
{
background-color: #AED2DD;
}
.BgClassName
{
background-color: #AED2DD;
}
</style>
border-color css
<style>
span { border-color: #AED2DD; }
span { border-color: rgb(174,210,221); }
td.TdClassName
{
border-color: #AED2DD;
}
.TagClassName
{
border-color: #AED2DD;
}
</style>