Shades of Spindle #ACC7DB
Tints of Spindle #ACC7DB
RGB
CMYK
RGB Variations
Color information
#ACC7DB (or 0xACC7DB) is known color: Spindle. HEX triplet: AC, C7 and DB. RGB value is (172,199,219). Sum of RGB (Red+Green+Blue) = 172+199+219=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACC7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC7DB is #533824. Grayscale: #C1C1C1. Windows color (decimal): -5453861 or 14403500. OLE color: 14403500.
HSL color Cylindrical-coordinate representation of color #ACC7DB: hue angle of 205.53º degrees, saturation: 0.39, 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 #ACC7DB is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 199 | 219 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.14 |
| HSL | 205.53º | 0.39% | 0.77% | - |
| HSV(B) | 205.53º | 0.21% | 0.86% | - |
| XYZ | 50.22 | 54.73 | 74.94 | - |
| YUV | 193.21 | 142.55 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 219 | 0.21 | 0.09 | 0 | 0.14 | 205.53 | 0.39 | 0.77 |
| Hex | AC | C7 | DB | 15 | 9 | 0 | E | CE | 27 | 4D |
| Octal | 254 | 307 | 333 | 25 | 11 | 0 | 16 | 316 | 47 | 115 |
| Binary | 10101100 | 11000111 | 11011011 | 10101 | 1001 | 0 | 1110 | 11001110 | 100111 | 1001101 |
Color Harmonies of #ACC7DB
Complementary color
Monochromatic Colors of #ACC7DB
Black with #ACC7DB
Text Example
Text Example
White with #ACC7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC7DB; }
p { color: rgb(172,199,219); }
H1.HeaderClassName
{
color: #ACC7DB;
}
.AnyTagClassName
{
color: #ACC7DB;
}
</style>
background-color css
<style>
a { background-color: #ACC7DB; }
a { background-color: rgb(172,199,219); }
div.DivClassName
{
background-color: #ACC7DB;
}
.BgClassName
{
background-color: #ACC7DB;
}
</style>
border-color css
<style>
span { border-color: #ACC7DB; }
span { border-color: rgb(172,199,219); }
td.TdClassName
{
border-color: #ACC7DB;
}
.TagClassName
{
border-color: #ACC7DB;
}
</style>