Shades of Spindle #ADC8DA
Tints of Spindle #ADC8DA
RGB
CMYK
RGB Variations
Color information
#ADC8DA (or 0xADC8DA) is known color: Spindle. HEX triplet: AD, C8 and DA. RGB value is (173,200,218). Sum of RGB (Red+Green+Blue) = 173+200+218=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADC8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8DA is #523725. Grayscale: #C1C1C1. Windows color (decimal): -5388070 or 14338221. OLE color: 14338221.
HSL color Cylindrical-coordinate representation of color #ADC8DA: hue angle of 204º 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 #ADC8DA is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 173 | 200 | 218 | - |
CMYK | 0.21 | 0.08 | 0 | 0.15 |
HSL | 204º | 0.38% | 0.77% | - |
HSV(B) | 204º | 0.21% | 0.85% | - |
XYZ | 50.54 | 55.25 | 74.33 | - |
YUV | 193.98 | 141.55 | 113.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 200 | 218 | 0.21 | 0.08 | 0 | 0.15 | 204 | 0.38 | 0.77 |
Hex | AD | C8 | DA | 15 | 8 | 0 | F | CC | 26 | 4D |
Octal | 255 | 310 | 332 | 25 | 10 | 0 | 17 | 314 | 46 | 115 |
Binary | 10101101 | 11001000 | 11011010 | 10101 | 1000 | 0 | 1111 | 11001100 | 100110 | 1001101 |
Color Harmonies of #ADC8DA
Complementary color
Monochromatic Colors of #ADC8DA
Black with #ADC8DA
Text Example
Text Example
White with #ADC8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC8DA; }
p { color: rgb(173,200,218); }
H1.HeaderClassName
{
color: #ADC8DA;
}
.AnyTagClassName
{
color: #ADC8DA;
}
</style>
background-color css
<style>
a { background-color: #ADC8DA; }
a { background-color: rgb(173,200,218); }
div.DivClassName
{
background-color: #ADC8DA;
}
.BgClassName
{
background-color: #ADC8DA;
}
</style>
border-color css
<style>
span { border-color: #ADC8DA; }
span { border-color: rgb(173,200,218); }
td.TdClassName
{
border-color: #ADC8DA;
}
.TagClassName
{
border-color: #ADC8DA;
}
</style>