Shades of French Pass #ADD1DD
Tints of French Pass #ADD1DD
RGB
CMYK
RGB Variations
Color information
#ADD1DD (or 0xADD1DD) is known color: French Pass. HEX triplet: AD, D1 and DD. RGB value is (173,209,221). Sum of RGB (Red+Green+Blue) = 173+209+221=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 209 (82.03% from 255 or 34.66% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADD1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD1DD is #522E22. Grayscale: #C7C7C7. Windows color (decimal): -5385763 or 14537133. OLE color: 14537133.
HSL color Cylindrical-coordinate representation of color #ADD1DD: hue angle of 195º 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 #ADD1DD is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 209 | 221 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.13 |
| HSL | 195º | 0.41% | 0.77% | - |
| HSV(B) | 195º | 0.22% | 0.87% | - |
| XYZ | 53.09 | 59.71 | 77.13 | - |
| YUV | 199.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 221 | 0.22 | 0.05 | 0 | 0.13 | 195 | 0.41 | 0.77 |
| Hex | AD | D1 | DD | 16 | 5 | 0 | D | C3 | 29 | 4D |
| Octal | 255 | 321 | 335 | 26 | 5 | 0 | 15 | 303 | 51 | 115 |
| Binary | 10101101 | 11010001 | 11011101 | 10110 | 101 | 0 | 1101 | 11000011 | 101001 | 1001101 |
Color Harmonies of #ADD1DD
Complementary color
Monochromatic Colors of #ADD1DD
Black with #ADD1DD
Text Example
Text Example
White with #ADD1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD1DD; }
p { color: rgb(173,209,221); }
H1.HeaderClassName
{
color: #ADD1DD;
}
.AnyTagClassName
{
color: #ADD1DD;
}
</style>
background-color css
<style>
a { background-color: #ADD1DD; }
a { background-color: rgb(173,209,221); }
div.DivClassName
{
background-color: #ADD1DD;
}
.BgClassName
{
background-color: #ADD1DD;
}
</style>
border-color css
<style>
span { border-color: #ADD1DD; }
span { border-color: rgb(173,209,221); }
td.TdClassName
{
border-color: #ADD1DD;
}
.TagClassName
{
border-color: #ADD1DD;
}
</style>