Shades of French Pass #ADD3DA
Tints of French Pass #ADD3DA
RGB
CMYK
RGB Variations
Color information
#ADD3DA (or 0xADD3DA) is known color: French Pass. HEX triplet: AD, D3 and DA. RGB value is (173,211,218). Sum of RGB (Red+Green+Blue) = 173+211+218=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADD3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3DA is #522C25. Grayscale: #C8C8C8. Windows color (decimal): -5385254 or 14341037. OLE color: 14341037.
HSL color Cylindrical-coordinate representation of color #ADD3DA: hue angle of 189.33º 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 #ADD3DA is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 211 | 218 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.15 |
| HSL | 189.33º | 0.38% | 0.77% | - |
| HSV(B) | 189.33º | 0.21% | 0.85% | - |
| XYZ | 53.18 | 60.53 | 75.21 | - |
| YUV | 200.44 | 137.91 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 218 | 0.21 | 0.03 | 0 | 0.15 | 189.33 | 0.38 | 0.77 |
| Hex | AD | D3 | DA | 15 | 3 | 0 | F | BD | 26 | 4D |
| Octal | 255 | 323 | 332 | 25 | 3 | 0 | 17 | 275 | 46 | 115 |
| Binary | 10101101 | 11010011 | 11011010 | 10101 | 11 | 0 | 1111 | 10111101 | 100110 | 1001101 |
Color Harmonies of #ADD3DA
Complementary color
Monochromatic Colors of #ADD3DA
Black with #ADD3DA
Text Example
Text Example
White with #ADD3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD3DA; }
p { color: rgb(173,211,218); }
H1.HeaderClassName
{
color: #ADD3DA;
}
.AnyTagClassName
{
color: #ADD3DA;
}
</style>
background-color css
<style>
a { background-color: #ADD3DA; }
a { background-color: rgb(173,211,218); }
div.DivClassName
{
background-color: #ADD3DA;
}
.BgClassName
{
background-color: #ADD3DA;
}
</style>
border-color css
<style>
span { border-color: #ADD3DA; }
span { border-color: rgb(173,211,218); }
td.TdClassName
{
border-color: #ADD3DA;
}
.TagClassName
{
border-color: #ADD3DA;
}
</style>