Shades of French Pass #ADCCDE
Tints of French Pass #ADCCDE
RGB
CMYK
RGB Variations
Color information
#ADCCDE (or 0xADCCDE) is known color: French Pass. HEX triplet: AD, CC and DE. RGB value is (173,204,222). Sum of RGB (Red+Green+Blue) = 173+204+222=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADCCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCDE is #523321. Grayscale: #C4C4C4. Windows color (decimal): -5387042 or 14601389. OLE color: 14601389.
HSL color Cylindrical-coordinate representation of color #ADCCDE: hue angle of 202.04º degrees, saturation: 0.43, 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 #ADCCDE is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 204 | 222 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.13 |
| HSL | 202.04º | 0.43% | 0.77% | - |
| HSV(B) | 202.04º | 0.22% | 0.87% | - |
| XYZ | 52.01 | 57.34 | 77.43 | - |
| YUV | 196.78 | 142.23 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 222 | 0.22 | 0.08 | 0 | 0.13 | 202.04 | 0.43 | 0.77 |
| Hex | AD | CC | DE | 16 | 8 | 0 | D | CA | 2B | 4D |
| Octal | 255 | 314 | 336 | 26 | 10 | 0 | 15 | 312 | 53 | 115 |
| Binary | 10101101 | 11001100 | 11011110 | 10110 | 1000 | 0 | 1101 | 11001010 | 101011 | 1001101 |
Color Harmonies of #ADCCDE
Complementary color
Monochromatic Colors of #ADCCDE
Black with #ADCCDE
Text Example
Text Example
White with #ADCCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCDE; }
p { color: rgb(173,204,222); }
H1.HeaderClassName
{
color: #ADCCDE;
}
.AnyTagClassName
{
color: #ADCCDE;
}
</style>
background-color css
<style>
a { background-color: #ADCCDE; }
a { background-color: rgb(173,204,222); }
div.DivClassName
{
background-color: #ADCCDE;
}
.BgClassName
{
background-color: #ADCCDE;
}
</style>
border-color css
<style>
span { border-color: #ADCCDE; }
span { border-color: rgb(173,204,222); }
td.TdClassName
{
border-color: #ADCCDE;
}
.TagClassName
{
border-color: #ADCCDE;
}
</style>