Shades of French Pass #ADD0DD
Tints of French Pass #ADD0DD
RGB
CMYK
RGB Variations
Color information
#ADD0DD (or 0xADD0DD) is known color: French Pass. HEX triplet: AD, D0 and DD. RGB value is (173,208,221). Sum of RGB (Red+Green+Blue) = 173+208+221=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADD0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0DD is #522F22. Grayscale: #C6C6C6. Windows color (decimal): -5386019 or 14536877. OLE color: 14536877.
HSL color Cylindrical-coordinate representation of color #ADD0DD: hue angle of 196.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADD0DD is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 208 | 221 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.13 |
| HSL | 196.25º | 0.41% | 0.77% | - |
| HSV(B) | 196.25º | 0.22% | 0.87% | - |
| XYZ | 52.84 | 59.22 | 77.05 | - |
| YUV | 199.02 | 140.4 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 221 | 0.22 | 0.06 | 0 | 0.13 | 196.25 | 0.41 | 0.77 |
| Hex | AD | D0 | DD | 16 | 6 | 0 | D | C4 | 29 | 4D |
| Octal | 255 | 320 | 335 | 26 | 6 | 0 | 15 | 304 | 51 | 115 |
| Binary | 10101101 | 11010000 | 11011101 | 10110 | 110 | 0 | 1101 | 11000100 | 101001 | 1001101 |
Color Harmonies of #ADD0DD
Complementary color
Monochromatic Colors of #ADD0DD
Black with #ADD0DD
Text Example
Text Example
White with #ADD0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0DD; }
p { color: rgb(173,208,221); }
H1.HeaderClassName
{
color: #ADD0DD;
}
.AnyTagClassName
{
color: #ADD0DD;
}
</style>
background-color css
<style>
a { background-color: #ADD0DD; }
a { background-color: rgb(173,208,221); }
div.DivClassName
{
background-color: #ADD0DD;
}
.BgClassName
{
background-color: #ADD0DD;
}
</style>
border-color css
<style>
span { border-color: #ADD0DD; }
span { border-color: rgb(173,208,221); }
td.TdClassName
{
border-color: #ADD0DD;
}
.TagClassName
{
border-color: #ADD0DD;
}
</style>