Shades of French Pass #AED4DC
Tints of French Pass #AED4DC
RGB
CMYK
RGB Variations
Color information
#AED4DC (or 0xAED4DC) is known color: French Pass. HEX triplet: AE, D4 and DC. RGB value is (174,212,220). Sum of RGB (Red+Green+Blue) = 174+212+220=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #AED4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4DC is #512B23. Grayscale: #C9C9C9. Windows color (decimal): -5319460 or 14472366. OLE color: 14472366.
HSL color Cylindrical-coordinate representation of color #AED4DC: hue angle of 190.43º 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 #AED4DC is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 212 | 220 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.14 |
| HSL | 190.43º | 0.4% | 0.77% | - |
| HSV(B) | 190.43º | 0.21% | 0.86% | - |
| XYZ | 53.92 | 61.25 | 76.69 | - |
| YUV | 201.55 | 138.41 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 212 | 220 | 0.21 | 0.04 | 0 | 0.14 | 190.43 | 0.4 | 0.77 |
| Hex | AE | D4 | DC | 15 | 4 | 0 | E | BE | 28 | 4D |
| Octal | 256 | 324 | 334 | 25 | 4 | 0 | 16 | 276 | 50 | 115 |
| Binary | 10101110 | 11010100 | 11011100 | 10101 | 100 | 0 | 1110 | 10111110 | 101000 | 1001101 |
Color Harmonies of #AED4DC
Complementary color
Monochromatic Colors of #AED4DC
Black with #AED4DC
Text Example
Text Example
White with #AED4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED4DC; }
p { color: rgb(174,212,220); }
H1.HeaderClassName
{
color: #AED4DC;
}
.AnyTagClassName
{
color: #AED4DC;
}
</style>
background-color css
<style>
a { background-color: #AED4DC; }
a { background-color: rgb(174,212,220); }
div.DivClassName
{
background-color: #AED4DC;
}
.BgClassName
{
background-color: #AED4DC;
}
</style>
border-color css
<style>
span { border-color: #AED4DC; }
span { border-color: rgb(174,212,220); }
td.TdClassName
{
border-color: #AED4DC;
}
.TagClassName
{
border-color: #AED4DC;
}
</style>