Shades of Spindle #ADCADC
Tints of Spindle #ADCADC
RGB
CMYK
RGB Variations
Color information
#ADCADC (or 0xADCADC) is known color: Spindle. HEX triplet: AD, CA and DC. RGB value is (173,202,220). Sum of RGB (Red+Green+Blue) = 173+202+220=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADCADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCADC is #523523. Grayscale: #C3C3C3. Windows color (decimal): -5387556 or 14469805. OLE color: 14469805.
HSL color Cylindrical-coordinate representation of color #ADCADC: hue angle of 202.98º 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 #ADCADC is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 173 | 202 | 220 | - |
CMYK | 0.21 | 0.08 | 0 | 0.14 |
HSL | 202.98º | 0.4% | 0.77% | - |
HSV(B) | 202.98º | 0.21% | 0.86% | - |
XYZ | 51.27 | 56.29 | 75.87 | - |
YUV | 195.38 | 141.89 | 112.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 202 | 220 | 0.21 | 0.08 | 0 | 0.14 | 202.98 | 0.4 | 0.77 |
Hex | AD | CA | DC | 15 | 8 | 0 | E | CB | 28 | 4D |
Octal | 255 | 312 | 334 | 25 | 10 | 0 | 16 | 313 | 50 | 115 |
Binary | 10101101 | 11001010 | 11011100 | 10101 | 1000 | 0 | 1110 | 11001011 | 101000 | 1001101 |
Color Harmonies of #ADCADC
Complementary color
Monochromatic Colors of #ADCADC
Black with #ADCADC
Text Example
Text Example
White with #ADCADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCADC; }
p { color: rgb(173,202,220); }
H1.HeaderClassName
{
color: #ADCADC;
}
.AnyTagClassName
{
color: #ADCADC;
}
</style>
background-color css
<style>
a { background-color: #ADCADC; }
a { background-color: rgb(173,202,220); }
div.DivClassName
{
background-color: #ADCADC;
}
.BgClassName
{
background-color: #ADCADC;
}
</style>
border-color css
<style>
span { border-color: #ADCADC; }
span { border-color: rgb(173,202,220); }
td.TdClassName
{
border-color: #ADCADC;
}
.TagClassName
{
border-color: #ADCADC;
}
</style>