Shades of French Pass #ADD0DC
Tints of French Pass #ADD0DC
RGB
CMYK
RGB Variations
Color information
#ADD0DC (or 0xADD0DC) is known color: French Pass. HEX triplet: AD, D0 and DC. RGB value is (173,208,220). Sum of RGB (Red+Green+Blue) = 173+208+220=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADD0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0DC is #522F23. Grayscale: #C6C6C6. Windows color (decimal): -5386020 or 14471341. OLE color: 14471341.
HSL color Cylindrical-coordinate representation of color #ADD0DC: hue angle of 195.32º 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 #ADD0DC is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 208 | 220 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.14 |
| HSL | 195.32º | 0.4% | 0.77% | - |
| HSV(B) | 195.32º | 0.21% | 0.86% | - |
| XYZ | 52.71 | 59.16 | 76.35 | - |
| YUV | 198.9 | 139.9 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 220 | 0.21 | 0.05 | 0 | 0.14 | 195.32 | 0.4 | 0.77 |
| Hex | AD | D0 | DC | 15 | 5 | 0 | E | C3 | 28 | 4D |
| Octal | 255 | 320 | 334 | 25 | 5 | 0 | 16 | 303 | 50 | 115 |
| Binary | 10101101 | 11010000 | 11011100 | 10101 | 101 | 0 | 1110 | 11000011 | 101000 | 1001101 |
Color Harmonies of #ADD0DC
Complementary color
Monochromatic Colors of #ADD0DC
Black with #ADD0DC
Text Example
Text Example
White with #ADD0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0DC; }
p { color: rgb(173,208,220); }
H1.HeaderClassName
{
color: #ADD0DC;
}
.AnyTagClassName
{
color: #ADD0DC;
}
</style>
background-color css
<style>
a { background-color: #ADD0DC; }
a { background-color: rgb(173,208,220); }
div.DivClassName
{
background-color: #ADD0DC;
}
.BgClassName
{
background-color: #ADD0DC;
}
</style>
border-color css
<style>
span { border-color: #ADD0DC; }
span { border-color: rgb(173,208,220); }
td.TdClassName
{
border-color: #ADD0DC;
}
.TagClassName
{
border-color: #ADD0DC;
}
</style>