Shades of Sinbad #ADCECC
Tints of Sinbad #ADCECC
RGB
CMYK
RGB Variations
Color information
#ADCECC (or 0xADCECC) is known color: Sinbad. HEX triplet: AD, CE and CC. RGB value is (173,206,204). Sum of RGB (Red+Green+Blue) = 173+206+204=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCECC is #523133. Grayscale: #C3C3C3. Windows color (decimal): -5386548 or 13422253. OLE color: 13422253.
HSL color Cylindrical-coordinate representation of color #ADCECC: hue angle of 176.36º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCECC is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 204 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.19 |
| HSL | 176.36º | 0.25% | 0.74% | - |
| HSV(B) | 176.36º | 0.16% | 0.81% | - |
| XYZ | 50.2 | 57.39 | 65.56 | - |
| YUV | 195.91 | 132.57 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 204 | 0.16 | 0 | 0.01 | 0.19 | 176.36 | 0.25 | 0.74 |
| Hex | AD | CE | CC | 10 | 0 | 1 | 13 | B0 | 19 | 4A |
| Octal | 255 | 316 | 314 | 20 | 0 | 1 | 23 | 260 | 31 | 112 |
| Binary | 10101101 | 11001110 | 11001100 | 10000 | 0 | 1 | 10011 | 10110000 | 11001 | 1001010 |
Color Harmonies of #ADCECC
Complementary color
Monochromatic Colors of #ADCECC
Black with #ADCECC
Text Example
Text Example
White with #ADCECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCECC; }
p { color: rgb(173,206,204); }
H1.HeaderClassName
{
color: #ADCECC;
}
.AnyTagClassName
{
color: #ADCECC;
}
</style>
background-color css
<style>
a { background-color: #ADCECC; }
a { background-color: rgb(173,206,204); }
div.DivClassName
{
background-color: #ADCECC;
}
.BgClassName
{
background-color: #ADCECC;
}
</style>
border-color css
<style>
span { border-color: #ADCECC; }
span { border-color: rgb(173,206,204); }
td.TdClassName
{
border-color: #ADCECC;
}
.TagClassName
{
border-color: #ADCECC;
}
</style>