Shades of French Pass #ADCEDA
Tints of French Pass #ADCEDA
RGB
CMYK
RGB Variations
Color information
#ADCEDA (or 0xADCEDA) is known color: French Pass. HEX triplet: AD, CE and DA. RGB value is (173,206,218). Sum of RGB (Red+Green+Blue) = 173+206+218=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADCEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEDA is #523125. Grayscale: #C5C5C5. Windows color (decimal): -5386534 or 14339757. OLE color: 14339757.
HSL color Cylindrical-coordinate representation of color #ADCEDA: hue angle of 196º 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 #ADCEDA is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 206 | 218 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.15 |
| HSL | 196º | 0.38% | 0.77% | - |
| HSV(B) | 196º | 0.21% | 0.85% | - |
| XYZ | 51.96 | 58.09 | 74.8 | - |
| YUV | 197.5 | 139.57 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 218 | 0.21 | 0.06 | 0 | 0.15 | 196 | 0.38 | 0.77 |
| Hex | AD | CE | DA | 15 | 6 | 0 | F | C4 | 26 | 4D |
| Octal | 255 | 316 | 332 | 25 | 6 | 0 | 17 | 304 | 46 | 115 |
| Binary | 10101101 | 11001110 | 11011010 | 10101 | 110 | 0 | 1111 | 11000100 | 100110 | 1001101 |
Color Harmonies of #ADCEDA
Complementary color
Monochromatic Colors of #ADCEDA
Black with #ADCEDA
Text Example
Text Example
White with #ADCEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCEDA; }
p { color: rgb(173,206,218); }
H1.HeaderClassName
{
color: #ADCEDA;
}
.AnyTagClassName
{
color: #ADCEDA;
}
</style>
background-color css
<style>
a { background-color: #ADCEDA; }
a { background-color: rgb(173,206,218); }
div.DivClassName
{
background-color: #ADCEDA;
}
.BgClassName
{
background-color: #ADCEDA;
}
</style>
border-color css
<style>
span { border-color: #ADCEDA; }
span { border-color: rgb(173,206,218); }
td.TdClassName
{
border-color: #ADCEDA;
}
.TagClassName
{
border-color: #ADCEDA;
}
</style>