Shades of Sinbad #AADCDB
Tints of Sinbad #AADCDB
RGB
CMYK
RGB Variations
Color information
#AADCDB (or 0xAADCDB) is known color: Sinbad. HEX triplet: AA, DC and DB. RGB value is (170,220,219). Sum of RGB (Red+Green+Blue) = 170+220+219=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCDB is #552324. Grayscale: #CCCCCC. Windows color (decimal): -5579557 or 14408874. OLE color: 14408874.
HSL color Cylindrical-coordinate representation of color #AADCDB: hue angle of 178.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADCDB is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 219 | - |
| CMYK | 0.23 | 0 | 0.00 | 0.14 |
| HSL | 178.8º | 0.42% | 0.76% | - |
| HSV(B) | 178.8º | 0.23% | 0.86% | - |
| XYZ | 54.96 | 64.85 | 76.64 | - |
| YUV | 204.94 | 135.94 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 219 | 0.23 | 0 | 0.00 | 0.14 | 178.8 | 0.42 | 0.76 |
| Hex | AA | DC | DB | 17 | 0 | 0 | E | B3 | 2A | 4C |
| Octal | 252 | 334 | 333 | 27 | 0 | 0 | 16 | 263 | 52 | 114 |
| Binary | 10101010 | 11011100 | 11011011 | 10111 | 0 | 0 | 1110 | 10110011 | 101010 | 1001100 |
Color Harmonies of #AADCDB
Complementary color
Monochromatic Colors of #AADCDB
Black with #AADCDB
Text Example
Text Example
White with #AADCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCDB; }
p { color: rgb(170,220,219); }
H1.HeaderClassName
{
color: #AADCDB;
}
.AnyTagClassName
{
color: #AADCDB;
}
</style>
background-color css
<style>
a { background-color: #AADCDB; }
a { background-color: rgb(170,220,219); }
div.DivClassName
{
background-color: #AADCDB;
}
.BgClassName
{
background-color: #AADCDB;
}
</style>
border-color css
<style>
span { border-color: #AADCDB; }
span { border-color: rgb(170,220,219); }
td.TdClassName
{
border-color: #AADCDB;
}
.TagClassName
{
border-color: #AADCDB;
}
</style>