Shades of Spindle #ADC4DA
Tints of Spindle #ADC4DA
RGB
CMYK
RGB Variations
Color information
#ADC4DA (or 0xADC4DA) is known color: Spindle. HEX triplet: AD, C4 and DA. RGB value is (173,196,218). Sum of RGB (Red+Green+Blue) = 173+196+218=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADC4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4DA is #523B25. Grayscale: #BFBFBF. Windows color (decimal): -5389094 or 14337197. OLE color: 14337197.
HSL color Cylindrical-coordinate representation of color #ADC4DA: hue angle of 209.33º 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 #ADC4DA is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 196 | 218 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.15 |
| HSL | 209.33º | 0.38% | 0.77% | - |
| HSV(B) | 209.33º | 0.21% | 0.85% | - |
| XYZ | 49.63 | 53.43 | 74.03 | - |
| YUV | 191.63 | 142.88 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 218 | 0.21 | 0.10 | 0 | 0.15 | 209.33 | 0.38 | 0.77 |
| Hex | AD | C4 | DA | 15 | A | 0 | F | D1 | 26 | 4D |
| Octal | 255 | 304 | 332 | 25 | 12 | 0 | 17 | 321 | 46 | 115 |
| Binary | 10101101 | 11000100 | 11011010 | 10101 | 1010 | 0 | 1111 | 11010001 | 100110 | 1001101 |
Color Harmonies of #ADC4DA
Complementary color
Monochromatic Colors of #ADC4DA
Black with #ADC4DA
Text Example
Text Example
White with #ADC4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC4DA; }
p { color: rgb(173,196,218); }
H1.HeaderClassName
{
color: #ADC4DA;
}
.AnyTagClassName
{
color: #ADC4DA;
}
</style>
background-color css
<style>
a { background-color: #ADC4DA; }
a { background-color: rgb(173,196,218); }
div.DivClassName
{
background-color: #ADC4DA;
}
.BgClassName
{
background-color: #ADC4DA;
}
</style>
border-color css
<style>
span { border-color: #ADC4DA; }
span { border-color: rgb(173,196,218); }
td.TdClassName
{
border-color: #ADC4DA;
}
.TagClassName
{
border-color: #ADC4DA;
}
</style>