Shades of French Pass #ADD4DD
Tints of French Pass #ADD4DD
RGB
CMYK
RGB Variations
Color information
#ADD4DD (or 0xADD4DD) is known color: French Pass. HEX triplet: AD, D4 and DD. RGB value is (173,212,221). Sum of RGB (Red+Green+Blue) = 173+212+221=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADD4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4DD is #522B22. Grayscale: #C9C9C9. Windows color (decimal): -5384995 or 14537901. OLE color: 14537901.
HSL color Cylindrical-coordinate representation of color #ADD4DD: hue angle of 191.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 #ADD4DD is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 212 | 221 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.13 |
| HSL | 191.25º | 0.41% | 0.77% | - |
| HSV(B) | 191.25º | 0.22% | 0.87% | - |
| XYZ | 53.83 | 61.19 | 77.38 | - |
| YUV | 201.37 | 139.08 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 221 | 0.22 | 0.04 | 0 | 0.13 | 191.25 | 0.41 | 0.77 |
| Hex | AD | D4 | DD | 16 | 4 | 0 | D | BF | 29 | 4D |
| Octal | 255 | 324 | 335 | 26 | 4 | 0 | 15 | 277 | 51 | 115 |
| Binary | 10101101 | 11010100 | 11011101 | 10110 | 100 | 0 | 1101 | 10111111 | 101001 | 1001101 |
Color Harmonies of #ADD4DD
Complementary color
Monochromatic Colors of #ADD4DD
Black with #ADD4DD
Text Example
Text Example
White with #ADD4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD4DD; }
p { color: rgb(173,212,221); }
H1.HeaderClassName
{
color: #ADD4DD;
}
.AnyTagClassName
{
color: #ADD4DD;
}
</style>
background-color css
<style>
a { background-color: #ADD4DD; }
a { background-color: rgb(173,212,221); }
div.DivClassName
{
background-color: #ADD4DD;
}
.BgClassName
{
background-color: #ADD4DD;
}
</style>
border-color css
<style>
span { border-color: #ADD4DD; }
span { border-color: rgb(173,212,221); }
td.TdClassName
{
border-color: #ADD4DD;
}
.TagClassName
{
border-color: #ADD4DD;
}
</style>