Shades of French Pass #ADD5DC
Tints of French Pass #ADD5DC
RGB
CMYK
RGB Variations
Color information
#ADD5DC (or 0xADD5DC) is known color: French Pass. HEX triplet: AD, D5 and DC. RGB value is (173,213,220). Sum of RGB (Red+Green+Blue) = 173+213+220=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADD5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD5DC is #522A23. Grayscale: #C9C9C9. Windows color (decimal): -5384740 or 14472621. OLE color: 14472621.
HSL color Cylindrical-coordinate representation of color #ADD5DC: hue angle of 188.94º 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 #ADD5DC is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 213 | 220 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.14 |
| HSL | 188.94º | 0.4% | 0.77% | - |
| HSV(B) | 188.94º | 0.21% | 0.86% | - |
| XYZ | 53.95 | 61.64 | 76.76 | - |
| YUV | 201.84 | 138.25 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 220 | 0.21 | 0.03 | 0 | 0.14 | 188.94 | 0.4 | 0.77 |
| Hex | AD | D5 | DC | 15 | 3 | 0 | E | BD | 28 | 4D |
| Octal | 255 | 325 | 334 | 25 | 3 | 0 | 16 | 275 | 50 | 115 |
| Binary | 10101101 | 11010101 | 11011100 | 10101 | 11 | 0 | 1110 | 10111101 | 101000 | 1001101 |
Color Harmonies of #ADD5DC
Complementary color
Monochromatic Colors of #ADD5DC
Black with #ADD5DC
Text Example
Text Example
White with #ADD5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD5DC; }
p { color: rgb(173,213,220); }
H1.HeaderClassName
{
color: #ADD5DC;
}
.AnyTagClassName
{
color: #ADD5DC;
}
</style>
background-color css
<style>
a { background-color: #ADD5DC; }
a { background-color: rgb(173,213,220); }
div.DivClassName
{
background-color: #ADD5DC;
}
.BgClassName
{
background-color: #ADD5DC;
}
</style>
border-color css
<style>
span { border-color: #ADD5DC; }
span { border-color: rgb(173,213,220); }
td.TdClassName
{
border-color: #ADD5DC;
}
.TagClassName
{
border-color: #ADD5DC;
}
</style>