Shades of Spindle #ACCADD
Tints of Spindle #ACCADD
RGB
CMYK
RGB Variations
Color information
#ACCADD (or 0xACCADD) is known color: Spindle. HEX triplet: AC, CA and DD. RGB value is (172,202,221). Sum of RGB (Red+Green+Blue) = 172+202+221=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACCADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCADD is #533522. Grayscale: #C3C3C3. Windows color (decimal): -5453091 or 14535340. OLE color: 14535340.
HSL color Cylindrical-coordinate representation of color #ACCADD: hue angle of 203.27º degrees, saturation: 0.42, 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 #ACCADD is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 202 | 221 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.13 |
| HSL | 203.27º | 0.42% | 0.77% | - |
| HSV(B) | 203.27º | 0.22% | 0.87% | - |
| XYZ | 51.18 | 56.23 | 76.56 | - |
| YUV | 195.2 | 142.56 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 202 | 221 | 0.22 | 0.09 | 0 | 0.13 | 203.27 | 0.42 | 0.77 |
| Hex | AC | CA | DD | 16 | 9 | 0 | D | CB | 2A | 4D |
| Octal | 254 | 312 | 335 | 26 | 11 | 0 | 15 | 313 | 52 | 115 |
| Binary | 10101100 | 11001010 | 11011101 | 10110 | 1001 | 0 | 1101 | 11001011 | 101010 | 1001101 |
Color Harmonies of #ACCADD
Complementary color
Monochromatic Colors of #ACCADD
Black with #ACCADD
Text Example
Text Example
White with #ACCADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCADD; }
p { color: rgb(172,202,221); }
H1.HeaderClassName
{
color: #ACCADD;
}
.AnyTagClassName
{
color: #ACCADD;
}
</style>
background-color css
<style>
a { background-color: #ACCADD; }
a { background-color: rgb(172,202,221); }
div.DivClassName
{
background-color: #ACCADD;
}
.BgClassName
{
background-color: #ACCADD;
}
</style>
border-color css
<style>
span { border-color: #ACCADD; }
span { border-color: rgb(172,202,221); }
td.TdClassName
{
border-color: #ACCADD;
}
.TagClassName
{
border-color: #ACCADD;
}
</style>