Shades of French Pass #ADCFDA
Tints of French Pass #ADCFDA
RGB
CMYK
RGB Variations
Color information
#ADCFDA (or 0xADCFDA) is known color: French Pass. HEX triplet: AD, CF and DA. RGB value is (173,207,218). Sum of RGB (Red+Green+Blue) = 173+207+218=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADCFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFDA is #523025. Grayscale: #C6C6C6. Windows color (decimal): -5386278 or 14340013. OLE color: 14340013.
HSL color Cylindrical-coordinate representation of color #ADCFDA: hue angle of 194.67º 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 #ADCFDA is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 207 | 218 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.15 |
| HSL | 194.67º | 0.38% | 0.77% | - |
| HSV(B) | 194.67º | 0.21% | 0.85% | - |
| XYZ | 52.2 | 58.57 | 74.88 | - |
| YUV | 198.09 | 139.24 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 218 | 0.21 | 0.05 | 0 | 0.15 | 194.67 | 0.38 | 0.77 |
| Hex | AD | CF | DA | 15 | 5 | 0 | F | C3 | 26 | 4D |
| Octal | 255 | 317 | 332 | 25 | 5 | 0 | 17 | 303 | 46 | 115 |
| Binary | 10101101 | 11001111 | 11011010 | 10101 | 101 | 0 | 1111 | 11000011 | 100110 | 1001101 |
Color Harmonies of #ADCFDA
Complementary color
Monochromatic Colors of #ADCFDA
Black with #ADCFDA
Text Example
Text Example
White with #ADCFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFDA; }
p { color: rgb(173,207,218); }
H1.HeaderClassName
{
color: #ADCFDA;
}
.AnyTagClassName
{
color: #ADCFDA;
}
</style>
background-color css
<style>
a { background-color: #ADCFDA; }
a { background-color: rgb(173,207,218); }
div.DivClassName
{
background-color: #ADCFDA;
}
.BgClassName
{
background-color: #ADCFDA;
}
</style>
border-color css
<style>
span { border-color: #ADCFDA; }
span { border-color: rgb(173,207,218); }
td.TdClassName
{
border-color: #ADCFDA;
}
.TagClassName
{
border-color: #ADCFDA;
}
</style>