Shades of French Pass #ADCDDD
Tints of French Pass #ADCDDD
RGB
CMYK
RGB Variations
Color information
#ADCDDD (or 0xADCDDD) is known color: French Pass. HEX triplet: AD, CD and DD. RGB value is (173,205,221). Sum of RGB (Red+Green+Blue) = 173+205+221=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADCDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDDD is #523222. Grayscale: #C5C5C5. Windows color (decimal): -5386787 or 14536109. OLE color: 14536109.
HSL color Cylindrical-coordinate representation of color #ADCDDD: hue angle of 200º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADCDDD is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 205 | 221 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.13 |
| HSL | 200º | 0.41% | 0.77% | - |
| HSV(B) | 200º | 0.22% | 0.87% | - |
| XYZ | 52.12 | 57.77 | 76.81 | - |
| YUV | 197.26 | 141.4 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 221 | 0.22 | 0.07 | 0 | 0.13 | 200 | 0.41 | 0.77 |
| Hex | AD | CD | DD | 16 | 7 | 0 | D | C8 | 29 | 4D |
| Octal | 255 | 315 | 335 | 26 | 7 | 0 | 15 | 310 | 51 | 115 |
| Binary | 10101101 | 11001101 | 11011101 | 10110 | 111 | 0 | 1101 | 11001000 | 101001 | 1001101 |
Color Harmonies of #ADCDDD
Complementary color
Monochromatic Colors of #ADCDDD
Black with #ADCDDD
Text Example
Text Example
White with #ADCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCDDD; }
p { color: rgb(173,205,221); }
H1.HeaderClassName
{
color: #ADCDDD;
}
.AnyTagClassName
{
color: #ADCDDD;
}
</style>
background-color css
<style>
a { background-color: #ADCDDD; }
a { background-color: rgb(173,205,221); }
div.DivClassName
{
background-color: #ADCDDD;
}
.BgClassName
{
background-color: #ADCDDD;
}
</style>
border-color css
<style>
span { border-color: #ADCDDD; }
span { border-color: rgb(173,205,221); }
td.TdClassName
{
border-color: #ADCDDD;
}
.TagClassName
{
border-color: #ADCDDD;
}
</style>