Shades of Spindle #ADC2D7
Tints of Spindle #ADC2D7
RGB
CMYK
RGB Variations
Color information
#ADC2D7 (or 0xADC2D7) is known color: Spindle. HEX triplet: AD, C2 and D7. RGB value is (173,194,215). Sum of RGB (Red+Green+Blue) = 173+194+215=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 215 (84.38% from 255 or 36.94% from 582); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADC2D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2D7 is #523D28. Grayscale: #BEBEBE. Windows color (decimal): -5389609 or 14140077. OLE color: 14140077.
HSL color Cylindrical-coordinate representation of color #ADC2D7: hue angle of 210º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADC2D7 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 173 | 194 | 215 | - |
CMYK | 0.20 | 0.10 | 0 | 0.16 |
HSL | 210º | 0.34% | 0.76% | - |
HSV(B) | 210º | 0.2% | 0.84% | - |
XYZ | 48.79 | 52.37 | 71.83 | - |
YUV | 190.12 | 142.04 | 115.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 194 | 215 | 0.20 | 0.10 | 0 | 0.16 | 210 | 0.34 | 0.76 |
Hex | AD | C2 | D7 | 14 | A | 0 | 10 | D2 | 22 | 4C |
Octal | 255 | 302 | 327 | 24 | 12 | 0 | 20 | 322 | 42 | 114 |
Binary | 10101101 | 11000010 | 11010111 | 10100 | 1010 | 0 | 10000 | 11010010 | 100010 | 1001100 |
Color Harmonies of #ADC2D7
Complementary color
Monochromatic Colors of #ADC2D7
Black with #ADC2D7
Text Example
Text Example
White with #ADC2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2D7; }
p { color: rgb(173,194,215); }
H1.HeaderClassName
{
color: #ADC2D7;
}
.AnyTagClassName
{
color: #ADC2D7;
}
</style>
background-color css
<style>
a { background-color: #ADC2D7; }
a { background-color: rgb(173,194,215); }
div.DivClassName
{
background-color: #ADC2D7;
}
.BgClassName
{
background-color: #ADC2D7;
}
</style>
border-color css
<style>
span { border-color: #ADC2D7; }
span { border-color: rgb(173,194,215); }
td.TdClassName
{
border-color: #ADC2D7;
}
.TagClassName
{
border-color: #ADC2D7;
}
</style>