Shades of French Pass #ADD6DC
Tints of French Pass #ADD6DC
RGB
CMYK
RGB Variations
Color information
#ADD6DC (or 0xADD6DC) is known color: French Pass. HEX triplet: AD, D6 and DC. RGB value is (173,214,220). Sum of RGB (Red+Green+Blue) = 173+214+220=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADD6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6DC is #522923. Grayscale: #CACACA. Windows color (decimal): -5384484 or 14472877. OLE color: 14472877.
HSL color Cylindrical-coordinate representation of color #ADD6DC: hue angle of 187.66º 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 #ADD6DC is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 214 | 220 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.14 |
| HSL | 187.66º | 0.4% | 0.77% | - |
| HSV(B) | 187.66º | 0.21% | 0.86% | - |
| XYZ | 54.2 | 62.14 | 76.85 | - |
| YUV | 202.43 | 137.92 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 220 | 0.21 | 0.03 | 0 | 0.14 | 187.66 | 0.4 | 0.77 |
| Hex | AD | D6 | DC | 15 | 3 | 0 | E | BC | 28 | 4D |
| Octal | 255 | 326 | 334 | 25 | 3 | 0 | 16 | 274 | 50 | 115 |
| Binary | 10101101 | 11010110 | 11011100 | 10101 | 11 | 0 | 1110 | 10111100 | 101000 | 1001101 |
Color Harmonies of #ADD6DC
Complementary color
Monochromatic Colors of #ADD6DC
Black with #ADD6DC
Text Example
Text Example
White with #ADD6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD6DC; }
p { color: rgb(173,214,220); }
H1.HeaderClassName
{
color: #ADD6DC;
}
.AnyTagClassName
{
color: #ADD6DC;
}
</style>
background-color css
<style>
a { background-color: #ADD6DC; }
a { background-color: rgb(173,214,220); }
div.DivClassName
{
background-color: #ADD6DC;
}
.BgClassName
{
background-color: #ADD6DC;
}
</style>
border-color css
<style>
span { border-color: #ADD6DC; }
span { border-color: rgb(173,214,220); }
td.TdClassName
{
border-color: #ADD6DC;
}
.TagClassName
{
border-color: #ADD6DC;
}
</style>