Shades of French Pass #ADD2DA
Tints of French Pass #ADD2DA
RGB
CMYK
RGB Variations
Color information
#ADD2DA (or 0xADD2DA) is known color: French Pass. HEX triplet: AD, D2 and DA. RGB value is (173,210,218). Sum of RGB (Red+Green+Blue) = 173+210+218=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADD2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2DA is #522D25. Grayscale: #C7C7C7. Windows color (decimal): -5385510 or 14340781. OLE color: 14340781.
HSL color Cylindrical-coordinate representation of color #ADD2DA: hue angle of 190.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADD2DA is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 210 | 218 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.15 |
| HSL | 190.67º | 0.38% | 0.77% | - |
| HSV(B) | 190.67º | 0.21% | 0.85% | - |
| XYZ | 52.94 | 60.04 | 75.13 | - |
| YUV | 199.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 218 | 0.21 | 0.04 | 0 | 0.15 | 190.67 | 0.38 | 0.77 |
| Hex | AD | D2 | DA | 15 | 4 | 0 | F | BF | 26 | 4D |
| Octal | 255 | 322 | 332 | 25 | 4 | 0 | 17 | 277 | 46 | 115 |
| Binary | 10101101 | 11010010 | 11011010 | 10101 | 100 | 0 | 1111 | 10111111 | 100110 | 1001101 |
Color Harmonies of #ADD2DA
Complementary color
Monochromatic Colors of #ADD2DA
Black with #ADD2DA
Text Example
Text Example
White with #ADD2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2DA; }
p { color: rgb(173,210,218); }
H1.HeaderClassName
{
color: #ADD2DA;
}
.AnyTagClassName
{
color: #ADD2DA;
}
</style>
background-color css
<style>
a { background-color: #ADD2DA; }
a { background-color: rgb(173,210,218); }
div.DivClassName
{
background-color: #ADD2DA;
}
.BgClassName
{
background-color: #ADD2DA;
}
</style>
border-color css
<style>
span { border-color: #ADD2DA; }
span { border-color: rgb(173,210,218); }
td.TdClassName
{
border-color: #ADD2DA;
}
.TagClassName
{
border-color: #ADD2DA;
}
</style>