Shades of Spindle #ADCADD
Tints of Spindle #ADCADD
RGB
CMYK
RGB Variations
Color information
#ADCADD (or 0xADCADD) is known color: Spindle. HEX triplet: AD, CA and DD. RGB value is (173,202,221). Sum of RGB (Red+Green+Blue) = 173+202+221=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADCADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCADD is #523522. Grayscale: #C3C3C3. Windows color (decimal): -5387555 or 14535341. OLE color: 14535341.
HSL color Cylindrical-coordinate representation of color #ADCADD: hue angle of 203.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADCADD is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 202 | 221 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.13 |
| HSL | 203.75º | 0.41% | 0.77% | - |
| HSV(B) | 203.75º | 0.22% | 0.87% | - |
| XYZ | 51.41 | 56.35 | 76.57 | - |
| YUV | 195.5 | 142.39 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 202 | 221 | 0.22 | 0.09 | 0 | 0.13 | 203.75 | 0.41 | 0.77 |
| Hex | AD | CA | DD | 16 | 9 | 0 | D | CC | 29 | 4D |
| Octal | 255 | 312 | 335 | 26 | 11 | 0 | 15 | 314 | 51 | 115 |
| Binary | 10101101 | 11001010 | 11011101 | 10110 | 1001 | 0 | 1101 | 11001100 | 101001 | 1001101 |
Color Harmonies of #ADCADD
Complementary color
Monochromatic Colors of #ADCADD
Black with #ADCADD
Text Example
Text Example
White with #ADCADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCADD; }
p { color: rgb(173,202,221); }
H1.HeaderClassName
{
color: #ADCADD;
}
.AnyTagClassName
{
color: #ADCADD;
}
</style>
background-color css
<style>
a { background-color: #ADCADD; }
a { background-color: rgb(173,202,221); }
div.DivClassName
{
background-color: #ADCADD;
}
.BgClassName
{
background-color: #ADCADD;
}
</style>
border-color css
<style>
span { border-color: #ADCADD; }
span { border-color: rgb(173,202,221); }
td.TdClassName
{
border-color: #ADCADD;
}
.TagClassName
{
border-color: #ADCADD;
}
</style>