Shades of French Pass #ADCEDC
Tints of French Pass #ADCEDC
RGB
CMYK
RGB Variations
Color information
#ADCEDC (or 0xADCEDC) is known color: French Pass. HEX triplet: AD, CE and DC. RGB value is (173,206,220). Sum of RGB (Red+Green+Blue) = 173+206+220=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADCEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEDC is #523123. Grayscale: #C5C5C5. Windows color (decimal): -5386532 or 14470829. OLE color: 14470829.
HSL color Cylindrical-coordinate representation of color #ADCEDC: hue angle of 197.87º degrees, saturation: 0.4, 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 #ADCEDC is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 206 | 220 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.14 |
| HSL | 197.87º | 0.4% | 0.77% | - |
| HSV(B) | 197.87º | 0.21% | 0.86% | - |
| XYZ | 52.22 | 58.19 | 76.19 | - |
| YUV | 197.73 | 140.57 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 220 | 0.21 | 0.06 | 0 | 0.14 | 197.87 | 0.4 | 0.77 |
| Hex | AD | CE | DC | 15 | 6 | 0 | E | C6 | 28 | 4D |
| Octal | 255 | 316 | 334 | 25 | 6 | 0 | 16 | 306 | 50 | 115 |
| Binary | 10101101 | 11001110 | 11011100 | 10101 | 110 | 0 | 1110 | 11000110 | 101000 | 1001101 |
Color Harmonies of #ADCEDC
Complementary color
Monochromatic Colors of #ADCEDC
Black with #ADCEDC
Text Example
Text Example
White with #ADCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEDC; }
p { color: rgb(173,206,220); }
H1.HeaderClassName
{
color: #ADCEDC;
}
.AnyTagClassName
{
color: #ADCEDC;
}
</style>
background-color css
<style>
a { background-color: #ADCEDC; }
a { background-color: rgb(173,206,220); }
div.DivClassName
{
background-color: #ADCEDC;
}
.BgClassName
{
background-color: #ADCEDC;
}
</style>
border-color css
<style>
span { border-color: #ADCEDC; }
span { border-color: rgb(173,206,220); }
td.TdClassName
{
border-color: #ADCEDC;
}
.TagClassName
{
border-color: #ADCEDC;
}
</style>