Shades of French Pass #ADCFDB
Tints of French Pass #ADCFDB
RGB
CMYK
RGB Variations
Color information
#ADCFDB (or 0xADCFDB) is known color: French Pass. HEX triplet: AD, CF and DB. RGB value is (173,207,219). Sum of RGB (Red+Green+Blue) = 173+207+219=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADCFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFDB is #523024. Grayscale: #C6C6C6. Windows color (decimal): -5386277 or 14405549. OLE color: 14405549.
HSL color Cylindrical-coordinate representation of color #ADCFDB: hue angle of 195.65º degrees, saturation: 0.39, 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 #ADCFDB is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 207 | 219 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.14 |
| HSL | 195.65º | 0.39% | 0.77% | - |
| HSV(B) | 195.65º | 0.21% | 0.86% | - |
| XYZ | 52.33 | 58.62 | 75.58 | - |
| YUV | 198.2 | 139.74 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 219 | 0.21 | 0.05 | 0 | 0.14 | 195.65 | 0.39 | 0.77 |
| Hex | AD | CF | DB | 15 | 5 | 0 | E | C4 | 27 | 4D |
| Octal | 255 | 317 | 333 | 25 | 5 | 0 | 16 | 304 | 47 | 115 |
| Binary | 10101101 | 11001111 | 11011011 | 10101 | 101 | 0 | 1110 | 11000100 | 100111 | 1001101 |
Color Harmonies of #ADCFDB
Complementary color
Monochromatic Colors of #ADCFDB
Black with #ADCFDB
Text Example
Text Example
White with #ADCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFDB; }
p { color: rgb(173,207,219); }
H1.HeaderClassName
{
color: #ADCFDB;
}
.AnyTagClassName
{
color: #ADCFDB;
}
</style>
background-color css
<style>
a { background-color: #ADCFDB; }
a { background-color: rgb(173,207,219); }
div.DivClassName
{
background-color: #ADCFDB;
}
.BgClassName
{
background-color: #ADCFDB;
}
</style>
border-color css
<style>
span { border-color: #ADCFDB; }
span { border-color: rgb(173,207,219); }
td.TdClassName
{
border-color: #ADCFDB;
}
.TagClassName
{
border-color: #ADCFDB;
}
</style>