Shades of Spindle #ADC8DC
Tints of Spindle #ADC8DC
RGB
CMYK
RGB Variations
Color information
#ADC8DC (or 0xADC8DC) is known color: Spindle. HEX triplet: AD, C8 and DC. RGB value is (173,200,220). Sum of RGB (Red+Green+Blue) = 173+200+220=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADC8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8DC is #523723. Grayscale: #C2C2C2. Windows color (decimal): -5388068 or 14469293. OLE color: 14469293.
HSL color Cylindrical-coordinate representation of color #ADC8DC: hue angle of 205.53º 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 #ADC8DC is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 200 | 220 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.14 |
| HSL | 205.53º | 0.4% | 0.77% | - |
| HSV(B) | 205.53º | 0.21% | 0.86% | - |
| XYZ | 50.81 | 55.36 | 75.72 | - |
| YUV | 194.21 | 142.55 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 220 | 0.21 | 0.09 | 0 | 0.14 | 205.53 | 0.4 | 0.77 |
| Hex | AD | C8 | DC | 15 | 9 | 0 | E | CE | 28 | 4D |
| Octal | 255 | 310 | 334 | 25 | 11 | 0 | 16 | 316 | 50 | 115 |
| Binary | 10101101 | 11001000 | 11011100 | 10101 | 1001 | 0 | 1110 | 11001110 | 101000 | 1001101 |
Color Harmonies of #ADC8DC
Complementary color
Monochromatic Colors of #ADC8DC
Black with #ADC8DC
Text Example
Text Example
White with #ADC8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC8DC; }
p { color: rgb(173,200,220); }
H1.HeaderClassName
{
color: #ADC8DC;
}
.AnyTagClassName
{
color: #ADC8DC;
}
</style>
background-color css
<style>
a { background-color: #ADC8DC; }
a { background-color: rgb(173,200,220); }
div.DivClassName
{
background-color: #ADC8DC;
}
.BgClassName
{
background-color: #ADC8DC;
}
</style>
border-color css
<style>
span { border-color: #ADC8DC; }
span { border-color: rgb(173,200,220); }
td.TdClassName
{
border-color: #ADC8DC;
}
.TagClassName
{
border-color: #ADC8DC;
}
</style>