Shades of Tiara #AECDBF
Tints of Tiara #AECDBF
RGB
CMYK
RGB Variations
Color information
#AECDBF (or 0xAECDBF) is known color: Tiara. HEX triplet: AE, CD and BF. RGB value is (174,205,191). Sum of RGB (Red+Green+Blue) = 174+205+191=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDBF is #513240. Grayscale: #C2C2C2. Windows color (decimal): -5321281 or 12570030. OLE color: 12570030.
HSL color Cylindrical-coordinate representation of color #AECDBF: hue angle of 152.9º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AECDBF is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 191 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.20 |
| HSL | 152.9º | 0.24% | 0.74% | - |
| HSV(B) | 152.9º | 0.15% | 0.8% | - |
| XYZ | 48.69 | 56.42 | 57.61 | - |
| YUV | 194.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 191 | 0.15 | 0 | 0.07 | 0.20 | 152.9 | 0.24 | 0.74 |
| Hex | AE | CD | BF | F | 0 | 7 | 14 | 99 | 18 | 4A |
| Octal | 256 | 315 | 277 | 17 | 0 | 7 | 24 | 231 | 30 | 112 |
| Binary | 10101110 | 11001101 | 10111111 | 1111 | 0 | 111 | 10100 | 10011001 | 11000 | 1001010 |
Color Harmonies of #AECDBF
Complementary color
Monochromatic Colors of #AECDBF
Black with #AECDBF
Text Example
Text Example
White with #AECDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECDBF; }
p { color: rgb(174,205,191); }
H1.HeaderClassName
{
color: #AECDBF;
}
.AnyTagClassName
{
color: #AECDBF;
}
</style>
background-color css
<style>
a { background-color: #AECDBF; }
a { background-color: rgb(174,205,191); }
div.DivClassName
{
background-color: #AECDBF;
}
.BgClassName
{
background-color: #AECDBF;
}
</style>
border-color css
<style>
span { border-color: #AECDBF; }
span { border-color: rgb(174,205,191); }
td.TdClassName
{
border-color: #AECDBF;
}
.TagClassName
{
border-color: #AECDBF;
}
</style>