Shades of French Pass #ADD2DC
Tints of French Pass #ADD2DC
RGB
CMYK
RGB Variations
Color information
#ADD2DC (or 0xADD2DC) is known color: French Pass. HEX triplet: AD, D2 and DC. RGB value is (173,210,220). Sum of RGB (Red+Green+Blue) = 173+210+220=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADD2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2DC is #522D23. Grayscale: #C7C7C7. Windows color (decimal): -5385508 or 14471853. OLE color: 14471853.
HSL color Cylindrical-coordinate representation of color #ADD2DC: hue angle of 192.77º 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 #ADD2DC is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 210 | 220 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.14 |
| HSL | 192.77º | 0.4% | 0.77% | - |
| HSV(B) | 192.77º | 0.21% | 0.86% | - |
| XYZ | 53.2 | 60.14 | 76.52 | - |
| YUV | 200.08 | 139.24 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 220 | 0.21 | 0.05 | 0 | 0.14 | 192.77 | 0.4 | 0.77 |
| Hex | AD | D2 | DC | 15 | 5 | 0 | E | C1 | 28 | 4D |
| Octal | 255 | 322 | 334 | 25 | 5 | 0 | 16 | 301 | 50 | 115 |
| Binary | 10101101 | 11010010 | 11011100 | 10101 | 101 | 0 | 1110 | 11000001 | 101000 | 1001101 |
Color Harmonies of #ADD2DC
Complementary color
Monochromatic Colors of #ADD2DC
Black with #ADD2DC
Text Example
Text Example
White with #ADD2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2DC; }
p { color: rgb(173,210,220); }
H1.HeaderClassName
{
color: #ADD2DC;
}
.AnyTagClassName
{
color: #ADD2DC;
}
</style>
background-color css
<style>
a { background-color: #ADD2DC; }
a { background-color: rgb(173,210,220); }
div.DivClassName
{
background-color: #ADD2DC;
}
.BgClassName
{
background-color: #ADD2DC;
}
</style>
border-color css
<style>
span { border-color: #ADD2DC; }
span { border-color: rgb(173,210,220); }
td.TdClassName
{
border-color: #ADD2DC;
}
.TagClassName
{
border-color: #ADD2DC;
}
</style>