Shades of French Pass #ADD2DB
Tints of French Pass #ADD2DB
RGB
CMYK
RGB Variations
Color information
#ADD2DB (or 0xADD2DB) is known color: French Pass. HEX triplet: AD, D2 and DB. RGB value is (173,210,219). Sum of RGB (Red+Green+Blue) = 173+210+219=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADD2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2DB is #522D24. Grayscale: #C7C7C7. Windows color (decimal): -5385509 or 14406317. OLE color: 14406317.
HSL color Cylindrical-coordinate representation of color #ADD2DB: hue angle of 191.74º degrees, saturation: 0.39, 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 #ADD2DB is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 210 | 219 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.14 |
| HSL | 191.74º | 0.39% | 0.77% | - |
| HSV(B) | 191.74º | 0.21% | 0.86% | - |
| XYZ | 53.07 | 60.09 | 75.82 | - |
| YUV | 199.96 | 138.74 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 219 | 0.21 | 0.04 | 0 | 0.14 | 191.74 | 0.39 | 0.77 |
| Hex | AD | D2 | DB | 15 | 4 | 0 | E | C0 | 27 | 4D |
| Octal | 255 | 322 | 333 | 25 | 4 | 0 | 16 | 300 | 47 | 115 |
| Binary | 10101101 | 11010010 | 11011011 | 10101 | 100 | 0 | 1110 | 11000000 | 100111 | 1001101 |
Color Harmonies of #ADD2DB
Complementary color
Monochromatic Colors of #ADD2DB
Black with #ADD2DB
Text Example
Text Example
White with #ADD2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2DB; }
p { color: rgb(173,210,219); }
H1.HeaderClassName
{
color: #ADD2DB;
}
.AnyTagClassName
{
color: #ADD2DB;
}
</style>
background-color css
<style>
a { background-color: #ADD2DB; }
a { background-color: rgb(173,210,219); }
div.DivClassName
{
background-color: #ADD2DB;
}
.BgClassName
{
background-color: #ADD2DB;
}
</style>
border-color css
<style>
span { border-color: #ADD2DB; }
span { border-color: rgb(173,210,219); }
td.TdClassName
{
border-color: #ADD2DB;
}
.TagClassName
{
border-color: #ADD2DB;
}
</style>