Shades of French Pass #ADD1DB
Tints of French Pass #ADD1DB
RGB
CMYK
RGB Variations
Color information
#ADD1DB (or 0xADD1DB) is known color: French Pass. HEX triplet: AD, D1 and DB. RGB value is (173,209,219). Sum of RGB (Red+Green+Blue) = 173+209+219=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 209 (82.03% from 255 or 34.78% 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 #ADD1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD1DB is #522E24. Grayscale: #C7C7C7. Windows color (decimal): -5385765 or 14406061. OLE color: 14406061.
HSL color Cylindrical-coordinate representation of color #ADD1DB: hue angle of 193.04º 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 #ADD1DB is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 209 | 219 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.14 |
| HSL | 193.04º | 0.39% | 0.77% | - |
| HSV(B) | 193.04º | 0.21% | 0.86% | - |
| XYZ | 52.82 | 59.6 | 75.74 | - |
| YUV | 199.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 219 | 0.21 | 0.05 | 0 | 0.14 | 193.04 | 0.39 | 0.77 |
| Hex | AD | D1 | DB | 15 | 5 | 0 | E | C1 | 27 | 4D |
| Octal | 255 | 321 | 333 | 25 | 5 | 0 | 16 | 301 | 47 | 115 |
| Binary | 10101101 | 11010001 | 11011011 | 10101 | 101 | 0 | 1110 | 11000001 | 100111 | 1001101 |
Color Harmonies of #ADD1DB
Complementary color
Monochromatic Colors of #ADD1DB
Black with #ADD1DB
Text Example
Text Example
White with #ADD1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD1DB; }
p { color: rgb(173,209,219); }
H1.HeaderClassName
{
color: #ADD1DB;
}
.AnyTagClassName
{
color: #ADD1DB;
}
</style>
background-color css
<style>
a { background-color: #ADD1DB; }
a { background-color: rgb(173,209,219); }
div.DivClassName
{
background-color: #ADD1DB;
}
.BgClassName
{
background-color: #ADD1DB;
}
</style>
border-color css
<style>
span { border-color: #ADD1DB; }
span { border-color: rgb(173,209,219); }
td.TdClassName
{
border-color: #ADD1DB;
}
.TagClassName
{
border-color: #ADD1DB;
}
</style>