Shades of French Pass #ADD2D8
Tints of French Pass #ADD2D8
RGB
CMYK
RGB Variations
Color information
#ADD2D8 (or 0xADD2D8) is known color: French Pass. HEX triplet: AD, D2 and D8. RGB value is (173,210,216). Sum of RGB (Red+Green+Blue) = 173+210+216=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 216 (84.77% from 255 or 36.06% from 599); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADD2D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2D8 is #522D27. Grayscale: #C7C7C7. Windows color (decimal): -5385512 or 14209709. OLE color: 14209709.
HSL color Cylindrical-coordinate representation of color #ADD2D8: hue angle of 188.37º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD2D8 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 210 | 216 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.15 |
| HSL | 188.37º | 0.36% | 0.76% | - |
| HSV(B) | 188.37º | 0.2% | 0.85% | - |
| XYZ | 52.67 | 59.94 | 73.76 | - |
| YUV | 199.62 | 137.24 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 216 | 0.20 | 0.03 | 0 | 0.15 | 188.37 | 0.36 | 0.76 |
| Hex | AD | D2 | D8 | 14 | 3 | 0 | F | BC | 24 | 4C |
| Octal | 255 | 322 | 330 | 24 | 3 | 0 | 17 | 274 | 44 | 114 |
| Binary | 10101101 | 11010010 | 11011000 | 10100 | 11 | 0 | 1111 | 10111100 | 100100 | 1001100 |
Color Harmonies of #ADD2D8
Complementary color
Monochromatic Colors of #ADD2D8
Black with #ADD2D8
Text Example
Text Example
White with #ADD2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2D8; }
p { color: rgb(173,210,216); }
H1.HeaderClassName
{
color: #ADD2D8;
}
.AnyTagClassName
{
color: #ADD2D8;
}
</style>
background-color css
<style>
a { background-color: #ADD2D8; }
a { background-color: rgb(173,210,216); }
div.DivClassName
{
background-color: #ADD2D8;
}
.BgClassName
{
background-color: #ADD2D8;
}
</style>
border-color css
<style>
span { border-color: #ADD2D8; }
span { border-color: rgb(173,210,216); }
td.TdClassName
{
border-color: #ADD2D8;
}
.TagClassName
{
border-color: #ADD2D8;
}
</style>