Shades of Spindle #ACC2D5
Tints of Spindle #ACC2D5
RGB
CMYK
RGB Variations
Color information
#ACC2D5 (or 0xACC2D5) is known color: Spindle. HEX triplet: AC, C2 and D5. RGB value is (172,194,213). Sum of RGB (Red+Green+Blue) = 172+194+213=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACC2D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC2D5 is #533D2A. Grayscale: #BDBDBD. Windows color (decimal): -5455147 or 14009004. OLE color: 14009004.
HSL color Cylindrical-coordinate representation of color #ACC2D5: hue angle of 207.8º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACC2D5 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 172 | 194 | 213 | - |
CMYK | 0.19 | 0.09 | 0 | 0.16 |
HSL | 207.8º | 0.33% | 0.75% | - |
HSV(B) | 207.8º | 0.19% | 0.84% | - |
XYZ | 48.32 | 52.16 | 70.47 | - |
YUV | 189.59 | 141.21 | 115.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 194 | 213 | 0.19 | 0.09 | 0 | 0.16 | 207.8 | 0.33 | 0.75 |
Hex | AC | C2 | D5 | 13 | 9 | 0 | 10 | D0 | 21 | 4B |
Octal | 254 | 302 | 325 | 23 | 11 | 0 | 20 | 320 | 41 | 113 |
Binary | 10101100 | 11000010 | 11010101 | 10011 | 1001 | 0 | 10000 | 11010000 | 100001 | 1001011 |
Color Harmonies of #ACC2D5
Complementary color
Monochromatic Colors of #ACC2D5
Black with #ACC2D5
Text Example
Text Example
White with #ACC2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC2D5; }
p { color: rgb(172,194,213); }
H1.HeaderClassName
{
color: #ACC2D5;
}
.AnyTagClassName
{
color: #ACC2D5;
}
</style>
background-color css
<style>
a { background-color: #ACC2D5; }
a { background-color: rgb(172,194,213); }
div.DivClassName
{
background-color: #ACC2D5;
}
.BgClassName
{
background-color: #ACC2D5;
}
</style>
border-color css
<style>
span { border-color: #ACC2D5; }
span { border-color: rgb(172,194,213); }
td.TdClassName
{
border-color: #ACC2D5;
}
.TagClassName
{
border-color: #ACC2D5;
}
</style>