Shades of French Pass #ADCBDA
Tints of French Pass #ADCBDA
RGB
CMYK
RGB Variations
Color information
#ADCBDA (or 0xADCBDA) is known color: French Pass. HEX triplet: AD, CB and DA. RGB value is (173,203,218). Sum of RGB (Red+Green+Blue) = 173+203+218=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADCBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBDA is #523425. Grayscale: #C3C3C3. Windows color (decimal): -5387302 or 14338989. OLE color: 14338989.
HSL color Cylindrical-coordinate representation of color #ADCBDA: hue angle of 200º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADCBDA is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 203 | 218 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.15 |
| HSL | 200º | 0.38% | 0.77% | - |
| HSV(B) | 200º | 0.21% | 0.85% | - |
| XYZ | 51.24 | 56.66 | 74.56 | - |
| YUV | 195.74 | 140.56 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 203 | 218 | 0.21 | 0.07 | 0 | 0.15 | 200 | 0.38 | 0.77 |
| Hex | AD | CB | DA | 15 | 7 | 0 | F | C8 | 26 | 4D |
| Octal | 255 | 313 | 332 | 25 | 7 | 0 | 17 | 310 | 46 | 115 |
| Binary | 10101101 | 11001011 | 11011010 | 10101 | 111 | 0 | 1111 | 11001000 | 100110 | 1001101 |
Color Harmonies of #ADCBDA
Complementary color
Monochromatic Colors of #ADCBDA
Black with #ADCBDA
Text Example
Text Example
White with #ADCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBDA; }
p { color: rgb(173,203,218); }
H1.HeaderClassName
{
color: #ADCBDA;
}
.AnyTagClassName
{
color: #ADCBDA;
}
</style>
background-color css
<style>
a { background-color: #ADCBDA; }
a { background-color: rgb(173,203,218); }
div.DivClassName
{
background-color: #ADCBDA;
}
.BgClassName
{
background-color: #ADCBDA;
}
</style>
border-color css
<style>
span { border-color: #ADCBDA; }
span { border-color: rgb(173,203,218); }
td.TdClassName
{
border-color: #ADCBDA;
}
.TagClassName
{
border-color: #ADCBDA;
}
</style>