Shades of French Pass #ADCFDD
Tints of French Pass #ADCFDD
RGB
CMYK
RGB Variations
Color information
#ADCFDD (or 0xADCFDD) is known color: French Pass. HEX triplet: AD, CF and DD. RGB value is (173,207,221). Sum of RGB (Red+Green+Blue) = 173+207+221=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADCFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFDD is #523022. Grayscale: #C6C6C6. Windows color (decimal): -5386275 or 14536621. OLE color: 14536621.
HSL color Cylindrical-coordinate representation of color #ADCFDD: hue angle of 197.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 #ADCFDD is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 207 | 221 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.13 |
| HSL | 197.5º | 0.41% | 0.77% | - |
| HSV(B) | 197.5º | 0.22% | 0.87% | - |
| XYZ | 52.6 | 58.73 | 76.97 | - |
| YUV | 198.43 | 140.74 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 221 | 0.22 | 0.06 | 0 | 0.13 | 197.5 | 0.41 | 0.77 |
| Hex | AD | CF | DD | 16 | 6 | 0 | D | C6 | 29 | 4D |
| Octal | 255 | 317 | 335 | 26 | 6 | 0 | 15 | 306 | 51 | 115 |
| Binary | 10101101 | 11001111 | 11011101 | 10110 | 110 | 0 | 1101 | 11000110 | 101001 | 1001101 |
Color Harmonies of #ADCFDD
Complementary color
Monochromatic Colors of #ADCFDD
Black with #ADCFDD
Text Example
Text Example
White with #ADCFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFDD; }
p { color: rgb(173,207,221); }
H1.HeaderClassName
{
color: #ADCFDD;
}
.AnyTagClassName
{
color: #ADCFDD;
}
</style>
background-color css
<style>
a { background-color: #ADCFDD; }
a { background-color: rgb(173,207,221); }
div.DivClassName
{
background-color: #ADCFDD;
}
.BgClassName
{
background-color: #ADCFDD;
}
</style>
border-color css
<style>
span { border-color: #ADCFDD; }
span { border-color: rgb(173,207,221); }
td.TdClassName
{
border-color: #ADCFDD;
}
.TagClassName
{
border-color: #ADCFDD;
}
</style>