Shades of French Pass #ADD0DE
Tints of French Pass #ADD0DE
RGB
CMYK
RGB Variations
Color information
#ADD0DE (or 0xADD0DE) is known color: French Pass. HEX triplet: AD, D0 and DE. RGB value is (173,208,222). Sum of RGB (Red+Green+Blue) = 173+208+222=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADD0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0DE is #522F21. Grayscale: #C7C7C7. Windows color (decimal): -5386018 or 14602413. OLE color: 14602413.
HSL color Cylindrical-coordinate representation of color #ADD0DE: hue angle of 197.14º degrees, saturation: 0.43, 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 #ADD0DE is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 208 | 222 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.13 |
| HSL | 197.14º | 0.43% | 0.77% | - |
| HSV(B) | 197.14º | 0.22% | 0.87% | - |
| XYZ | 52.97 | 59.27 | 77.76 | - |
| YUV | 199.13 | 140.9 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 222 | 0.22 | 0.06 | 0 | 0.13 | 197.14 | 0.43 | 0.77 |
| Hex | AD | D0 | DE | 16 | 6 | 0 | D | C5 | 2B | 4D |
| Octal | 255 | 320 | 336 | 26 | 6 | 0 | 15 | 305 | 53 | 115 |
| Binary | 10101101 | 11010000 | 11011110 | 10110 | 110 | 0 | 1101 | 11000101 | 101011 | 1001101 |
Color Harmonies of #ADD0DE
Complementary color
Monochromatic Colors of #ADD0DE
Black with #ADD0DE
Text Example
Text Example
White with #ADD0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0DE; }
p { color: rgb(173,208,222); }
H1.HeaderClassName
{
color: #ADD0DE;
}
.AnyTagClassName
{
color: #ADD0DE;
}
</style>
background-color css
<style>
a { background-color: #ADD0DE; }
a { background-color: rgb(173,208,222); }
div.DivClassName
{
background-color: #ADD0DE;
}
.BgClassName
{
background-color: #ADD0DE;
}
</style>
border-color css
<style>
span { border-color: #ADD0DE; }
span { border-color: rgb(173,208,222); }
td.TdClassName
{
border-color: #ADD0DE;
}
.TagClassName
{
border-color: #ADD0DE;
}
</style>