Shades of French Pass #AED0DB
Tints of French Pass #AED0DB
RGB
CMYK
RGB Variations
Color information
#AED0DB (or 0xAED0DB) is known color: French Pass. HEX triplet: AE, D0 and DB. RGB value is (174,208,219). Sum of RGB (Red+Green+Blue) = 174+208+219=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #AED0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED0DB is #512F24. Grayscale: #C7C7C7. Windows color (decimal): -5320485 or 14405806. OLE color: 14405806.
HSL color Cylindrical-coordinate representation of color #AED0DB: hue angle of 194.67º degrees, saturation: 0.38, 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 #AED0DB is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 174 | 208 | 219 | - |
CMYK | 0.21 | 0.05 | 0 | 0.14 |
HSL | 194.67º | 0.38% | 0.77% | - |
HSV(B) | 194.67º | 0.21% | 0.86% | - |
XYZ | 52.8 | 59.22 | 75.67 | - |
YUV | 199.09 | 139.24 | 110.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 208 | 219 | 0.21 | 0.05 | 0 | 0.14 | 194.67 | 0.38 | 0.77 |
Hex | AE | D0 | DB | 15 | 5 | 0 | E | C3 | 26 | 4D |
Octal | 256 | 320 | 333 | 25 | 5 | 0 | 16 | 303 | 46 | 115 |
Binary | 10101110 | 11010000 | 11011011 | 10101 | 101 | 0 | 1110 | 11000011 | 100110 | 1001101 |
Color Harmonies of #AED0DB
Complementary color
Monochromatic Colors of #AED0DB
Black with #AED0DB
Text Example
Text Example
White with #AED0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED0DB; }
p { color: rgb(174,208,219); }
H1.HeaderClassName
{
color: #AED0DB;
}
.AnyTagClassName
{
color: #AED0DB;
}
</style>
background-color css
<style>
a { background-color: #AED0DB; }
a { background-color: rgb(174,208,219); }
div.DivClassName
{
background-color: #AED0DB;
}
.BgClassName
{
background-color: #AED0DB;
}
</style>
border-color css
<style>
span { border-color: #AED0DB; }
span { border-color: rgb(174,208,219); }
td.TdClassName
{
border-color: #AED0DB;
}
.TagClassName
{
border-color: #AED0DB;
}
</style>