Shades of Spindle #ADC3D1
Tints of Spindle #ADC3D1
RGB
CMYK
RGB Variations
Color information
#ADC3D1 (or 0xADC3D1) is known color: Spindle. HEX triplet: AD, C3 and D1. RGB value is (173,195,209). Sum of RGB (Red+Green+Blue) = 173+195+209=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADC3D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3D1 is #523C2E. Grayscale: #BDBDBD. Windows color (decimal): -5389359 or 13747117. OLE color: 13747117.
HSL color Cylindrical-coordinate representation of color #ADC3D1: hue angle of 203.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADC3D1 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 195 | 209 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.18 |
| HSL | 203.33º | 0.28% | 0.75% | - |
| HSV(B) | 203.33º | 0.17% | 0.82% | - |
| XYZ | 48.26 | 52.52 | 67.92 | - |
| YUV | 190.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 209 | 0.17 | 0.07 | 0 | 0.18 | 203.33 | 0.28 | 0.75 |
| Hex | AD | C3 | D1 | 11 | 7 | 0 | 12 | CB | 1C | 4B |
| Octal | 255 | 303 | 321 | 21 | 7 | 0 | 22 | 313 | 34 | 113 |
| Binary | 10101101 | 11000011 | 11010001 | 10001 | 111 | 0 | 10010 | 11001011 | 11100 | 1001011 |
Color Harmonies of #ADC3D1
Complementary color
Monochromatic Colors of #ADC3D1
Black with #ADC3D1
Text Example
Text Example
White with #ADC3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC3D1; }
p { color: rgb(173,195,209); }
H1.HeaderClassName
{
color: #ADC3D1;
}
.AnyTagClassName
{
color: #ADC3D1;
}
</style>
background-color css
<style>
a { background-color: #ADC3D1; }
a { background-color: rgb(173,195,209); }
div.DivClassName
{
background-color: #ADC3D1;
}
.BgClassName
{
background-color: #ADC3D1;
}
</style>
border-color css
<style>
span { border-color: #ADC3D1; }
span { border-color: rgb(173,195,209); }
td.TdClassName
{
border-color: #ADC3D1;
}
.TagClassName
{
border-color: #ADC3D1;
}
</style>