Shades of French Pass #ADD4DC
Tints of French Pass #ADD4DC
RGB
CMYK
RGB Variations
Color information
#ADD4DC (or 0xADD4DC) is known color: French Pass. HEX triplet: AD, D4 and DC. RGB value is (173,212,220). Sum of RGB (Red+Green+Blue) = 173+212+220=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 212 (83.20% from 255 or 35.04% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADD4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4DC is #522B23. Grayscale: #C9C9C9. Windows color (decimal): -5384996 or 14472365. OLE color: 14472365.
HSL color Cylindrical-coordinate representation of color #ADD4DC: hue angle of 190.21º 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 #ADD4DC is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 212 | 220 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.14 |
| HSL | 190.21º | 0.4% | 0.77% | - |
| HSV(B) | 190.21º | 0.21% | 0.86% | - |
| XYZ | 53.7 | 61.14 | 76.68 | - |
| YUV | 201.25 | 138.58 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 220 | 0.21 | 0.04 | 0 | 0.14 | 190.21 | 0.4 | 0.77 |
| Hex | AD | D4 | DC | 15 | 4 | 0 | E | BE | 28 | 4D |
| Octal | 255 | 324 | 334 | 25 | 4 | 0 | 16 | 276 | 50 | 115 |
| Binary | 10101101 | 11010100 | 11011100 | 10101 | 100 | 0 | 1110 | 10111110 | 101000 | 1001101 |
Color Harmonies of #ADD4DC
Complementary color
Monochromatic Colors of #ADD4DC
Black with #ADD4DC
Text Example
Text Example
White with #ADD4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD4DC; }
p { color: rgb(173,212,220); }
H1.HeaderClassName
{
color: #ADD4DC;
}
.AnyTagClassName
{
color: #ADD4DC;
}
</style>
background-color css
<style>
a { background-color: #ADD4DC; }
a { background-color: rgb(173,212,220); }
div.DivClassName
{
background-color: #ADD4DC;
}
.BgClassName
{
background-color: #ADD4DC;
}
</style>
border-color css
<style>
span { border-color: #ADD4DC; }
span { border-color: rgb(173,212,220); }
td.TdClassName
{
border-color: #ADD4DC;
}
.TagClassName
{
border-color: #ADD4DC;
}
</style>