Shades of French Pass #ADD1DC
Tints of French Pass #ADD1DC
RGB
CMYK
RGB Variations
Color information
#ADD1DC (or 0xADD1DC) is known color: French Pass. HEX triplet: AD, D1 and DC. RGB value is (173,209,220). Sum of RGB (Red+Green+Blue) = 173+209+220=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADD1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD1DC is #522E23. Grayscale: #C7C7C7. Windows color (decimal): -5385764 or 14471597. OLE color: 14471597.
HSL color Cylindrical-coordinate representation of color #ADD1DC: hue angle of 194.04º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADD1DC is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 209 | 220 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.14 |
| HSL | 194.04º | 0.4% | 0.77% | - |
| HSV(B) | 194.04º | 0.21% | 0.86% | - |
| XYZ | 52.95 | 59.65 | 76.43 | - |
| YUV | 199.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 220 | 0.21 | 0.05 | 0 | 0.14 | 194.04 | 0.4 | 0.77 |
| Hex | AD | D1 | DC | 15 | 5 | 0 | E | C2 | 28 | 4D |
| Octal | 255 | 321 | 334 | 25 | 5 | 0 | 16 | 302 | 50 | 115 |
| Binary | 10101101 | 11010001 | 11011100 | 10101 | 101 | 0 | 1110 | 11000010 | 101000 | 1001101 |
Color Harmonies of #ADD1DC
Complementary color
Monochromatic Colors of #ADD1DC
Black with #ADD1DC
Text Example
Text Example
White with #ADD1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD1DC; }
p { color: rgb(173,209,220); }
H1.HeaderClassName
{
color: #ADD1DC;
}
.AnyTagClassName
{
color: #ADD1DC;
}
</style>
background-color css
<style>
a { background-color: #ADD1DC; }
a { background-color: rgb(173,209,220); }
div.DivClassName
{
background-color: #ADD1DC;
}
.BgClassName
{
background-color: #ADD1DC;
}
</style>
border-color css
<style>
span { border-color: #ADD1DC; }
span { border-color: rgb(173,209,220); }
td.TdClassName
{
border-color: #ADD1DC;
}
.TagClassName
{
border-color: #ADD1DC;
}
</style>