Shades of French Pass #AED2DC
Tints of French Pass #AED2DC
RGB
CMYK
RGB Variations
Color information
#AED2DC (or 0xAED2DC) is known color: French Pass. HEX triplet: AE, D2 and DC. RGB value is (174,210,220). Sum of RGB (Red+Green+Blue) = 174+210+220=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #AED2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2DC is #512D23. Grayscale: #C8C8C8. Windows color (decimal): -5319972 or 14471854. OLE color: 14471854.
HSL color Cylindrical-coordinate representation of color #AED2DC: hue angle of 193.04º 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 #AED2DC is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 210 | 220 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.14 |
| HSL | 193.04º | 0.4% | 0.77% | - |
| HSV(B) | 193.04º | 0.21% | 0.86% | - |
| XYZ | 53.42 | 60.26 | 76.53 | - |
| YUV | 200.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 220 | 0.21 | 0.05 | 0 | 0.14 | 193.04 | 0.4 | 0.77 |
| Hex | AE | D2 | DC | 15 | 5 | 0 | E | C1 | 28 | 4D |
| Octal | 256 | 322 | 334 | 25 | 5 | 0 | 16 | 301 | 50 | 115 |
| Binary | 10101110 | 11010010 | 11011100 | 10101 | 101 | 0 | 1110 | 11000001 | 101000 | 1001101 |
Color Harmonies of #AED2DC
Complementary color
Monochromatic Colors of #AED2DC
Black with #AED2DC
Text Example
Text Example
White with #AED2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED2DC; }
p { color: rgb(174,210,220); }
H1.HeaderClassName
{
color: #AED2DC;
}
.AnyTagClassName
{
color: #AED2DC;
}
</style>
background-color css
<style>
a { background-color: #AED2DC; }
a { background-color: rgb(174,210,220); }
div.DivClassName
{
background-color: #AED2DC;
}
.BgClassName
{
background-color: #AED2DC;
}
</style>
border-color css
<style>
span { border-color: #AED2DC; }
span { border-color: rgb(174,210,220); }
td.TdClassName
{
border-color: #AED2DC;
}
.TagClassName
{
border-color: #AED2DC;
}
</style>