Shades of French Pass #ADD5DD
Tints of French Pass #ADD5DD
RGB
CMYK
RGB Variations
Color information
#ADD5DD (or 0xADD5DD) is known color: French Pass. HEX triplet: AD, D5 and DD. RGB value is (173,213,221). Sum of RGB (Red+Green+Blue) = 173+213+221=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADD5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD5DD is #522A22. Grayscale: #C9C9C9. Windows color (decimal): -5384739 or 14538157. OLE color: 14538157.
HSL color Cylindrical-coordinate representation of color #ADD5DD: hue angle of 190º 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 #ADD5DD is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 213 | 221 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.13 |
| HSL | 190º | 0.41% | 0.77% | - |
| HSV(B) | 190º | 0.22% | 0.87% | - |
| XYZ | 54.08 | 61.69 | 77.46 | - |
| YUV | 201.95 | 138.75 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 221 | 0.22 | 0.04 | 0 | 0.13 | 190 | 0.41 | 0.77 |
| Hex | AD | D5 | DD | 16 | 4 | 0 | D | BE | 29 | 4D |
| Octal | 255 | 325 | 335 | 26 | 4 | 0 | 15 | 276 | 51 | 115 |
| Binary | 10101101 | 11010101 | 11011101 | 10110 | 100 | 0 | 1101 | 10111110 | 101001 | 1001101 |
Color Harmonies of #ADD5DD
Complementary color
Monochromatic Colors of #ADD5DD
Black with #ADD5DD
Text Example
Text Example
White with #ADD5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD5DD; }
p { color: rgb(173,213,221); }
H1.HeaderClassName
{
color: #ADD5DD;
}
.AnyTagClassName
{
color: #ADD5DD;
}
</style>
background-color css
<style>
a { background-color: #ADD5DD; }
a { background-color: rgb(173,213,221); }
div.DivClassName
{
background-color: #ADD5DD;
}
.BgClassName
{
background-color: #ADD5DD;
}
</style>
border-color css
<style>
span { border-color: #ADD5DD; }
span { border-color: rgb(173,213,221); }
td.TdClassName
{
border-color: #ADD5DD;
}
.TagClassName
{
border-color: #ADD5DD;
}
</style>