Shades of French Pass #ADCBDD
Tints of French Pass #ADCBDD
RGB
CMYK
RGB Variations
Color information
#ADCBDD (or 0xADCBDD) is known color: French Pass. HEX triplet: AD, CB and DD. RGB value is (173,203,221). Sum of RGB (Red+Green+Blue) = 173+203+221=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADCBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBDD is #523422. Grayscale: #C3C3C3. Windows color (decimal): -5387299 or 14535597. OLE color: 14535597.
HSL color Cylindrical-coordinate representation of color #ADCBDD: hue angle of 202.5º 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 #ADCBDD is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 203 | 221 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.13 |
| HSL | 202.5º | 0.41% | 0.77% | - |
| HSV(B) | 202.5º | 0.22% | 0.87% | - |
| XYZ | 51.64 | 56.82 | 76.65 | - |
| YUV | 196.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 221 | 0.22 | 0.08 | 0 | 0.13 | 202.5 | 0.41 | 0.77 |
| Hex | AD | CB | DD | 16 | 8 | 0 | D | CA | 29 | 4D |
| Octal | 255 | 313 | 335 | 26 | 10 | 0 | 15 | 312 | 51 | 115 |
| Binary | 10101101 | 11001011 | 11011101 | 10110 | 1000 | 0 | 1101 | 11001010 | 101001 | 1001101 |
Color Harmonies of #ADCBDD
Complementary color
Monochromatic Colors of #ADCBDD
Black with #ADCBDD
Text Example
Text Example
White with #ADCBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBDD; }
p { color: rgb(173,203,221); }
H1.HeaderClassName
{
color: #ADCBDD;
}
.AnyTagClassName
{
color: #ADCBDD;
}
</style>
background-color css
<style>
a { background-color: #ADCBDD; }
a { background-color: rgb(173,203,221); }
div.DivClassName
{
background-color: #ADCBDD;
}
.BgClassName
{
background-color: #ADCBDD;
}
</style>
border-color css
<style>
span { border-color: #ADCBDD; }
span { border-color: rgb(173,203,221); }
td.TdClassName
{
border-color: #ADCBDD;
}
.TagClassName
{
border-color: #ADCBDD;
}
</style>