Shades of French Pass #ADCFD8
Tints of French Pass #ADCFD8
RGB
CMYK
RGB Variations
Color information
#ADCFD8 (or 0xADCFD8) is known color: French Pass. HEX triplet: AD, CF and D8. RGB value is (173,207,216). Sum of RGB (Red+Green+Blue) = 173+207+216=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADCFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFD8 is #523027. Grayscale: #C5C5C5. Windows color (decimal): -5386280 or 14208941. OLE color: 14208941.
HSL color Cylindrical-coordinate representation of color #ADCFD8: hue angle of 192.56º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADCFD8 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 207 | 216 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.15 |
| HSL | 192.56º | 0.36% | 0.76% | - |
| HSV(B) | 192.56º | 0.2% | 0.85% | - |
| XYZ | 51.94 | 58.47 | 73.51 | - |
| YUV | 197.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 216 | 0.20 | 0.04 | 0 | 0.15 | 192.56 | 0.36 | 0.76 |
| Hex | AD | CF | D8 | 14 | 4 | 0 | F | C1 | 24 | 4C |
| Octal | 255 | 317 | 330 | 24 | 4 | 0 | 17 | 301 | 44 | 114 |
| Binary | 10101101 | 11001111 | 11011000 | 10100 | 100 | 0 | 1111 | 11000001 | 100100 | 1001100 |
Color Harmonies of #ADCFD8
Complementary color
Monochromatic Colors of #ADCFD8
Black with #ADCFD8
Text Example
Text Example
White with #ADCFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFD8; }
p { color: rgb(173,207,216); }
H1.HeaderClassName
{
color: #ADCFD8;
}
.AnyTagClassName
{
color: #ADCFD8;
}
</style>
background-color css
<style>
a { background-color: #ADCFD8; }
a { background-color: rgb(173,207,216); }
div.DivClassName
{
background-color: #ADCFD8;
}
.BgClassName
{
background-color: #ADCFD8;
}
</style>
border-color css
<style>
span { border-color: #ADCFD8; }
span { border-color: rgb(173,207,216); }
td.TdClassName
{
border-color: #ADCFD8;
}
.TagClassName
{
border-color: #ADCFD8;
}
</style>