Shades of Spindle #AECADB
Tints of Spindle #AECADB
RGB
CMYK
RGB Variations
Color information
#AECADB (or 0xAECADB) is known color: Spindle. HEX triplet: AE, CA and DB. RGB value is (174,202,219). Sum of RGB (Red+Green+Blue) = 174+202+219=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #AECADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECADB is #513524. Grayscale: #C3C3C3. Windows color (decimal): -5322021 or 14404270. OLE color: 14404270.
HSL color Cylindrical-coordinate representation of color #AECADB: hue angle of 202.67º degrees, saturation: 0.38, 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 #AECADB is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 202 | 219 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.14 |
| HSL | 202.67º | 0.38% | 0.77% | - |
| HSV(B) | 202.67º | 0.21% | 0.86% | - |
| XYZ | 51.36 | 56.35 | 75.19 | - |
| YUV | 195.57 | 141.22 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 219 | 0.21 | 0.08 | 0 | 0.14 | 202.67 | 0.38 | 0.77 |
| Hex | AE | CA | DB | 15 | 8 | 0 | E | CB | 26 | 4D |
| Octal | 256 | 312 | 333 | 25 | 10 | 0 | 16 | 313 | 46 | 115 |
| Binary | 10101110 | 11001010 | 11011011 | 10101 | 1000 | 0 | 1110 | 11001011 | 100110 | 1001101 |
Color Harmonies of #AECADB
Complementary color
Monochromatic Colors of #AECADB
Black with #AECADB
Text Example
Text Example
White with #AECADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECADB; }
p { color: rgb(174,202,219); }
H1.HeaderClassName
{
color: #AECADB;
}
.AnyTagClassName
{
color: #AECADB;
}
</style>
background-color css
<style>
a { background-color: #AECADB; }
a { background-color: rgb(174,202,219); }
div.DivClassName
{
background-color: #AECADB;
}
.BgClassName
{
background-color: #AECADB;
}
</style>
border-color css
<style>
span { border-color: #AECADB; }
span { border-color: rgb(174,202,219); }
td.TdClassName
{
border-color: #AECADB;
}
.TagClassName
{
border-color: #AECADB;
}
</style>