Shades of Sinbad #ADCECE
Tints of Sinbad #ADCECE
RGB
CMYK
RGB Variations
Color information
#ADCECE (or 0xADCECE) is known color: Sinbad. HEX triplet: AD, CE and CE. RGB value is (173,206,206). Sum of RGB (Red+Green+Blue) = 173+206+206=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #ADCECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCECE is #523131. Grayscale: #C4C4C4. Windows color (decimal): -5386546 or 13553325. OLE color: 13553325.
HSL color Cylindrical-coordinate representation of color #ADCECE: hue angle of 180º 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 #ADCECE is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 206 | - |
| CMYK | 0.16 | 0 | 0 | 0.19 |
| HSL | 180º | 0.25% | 0.74% | - |
| HSV(B) | 180º | 0.16% | 0.81% | - |
| XYZ | 50.45 | 57.48 | 66.83 | - |
| YUV | 196.13 | 133.57 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 206 | 0.16 | 0 | 0 | 0.19 | 180 | 0.25 | 0.74 |
| Hex | AD | CE | CE | 10 | 0 | 0 | 13 | B4 | 19 | 4A |
| Octal | 255 | 316 | 316 | 20 | 0 | 0 | 23 | 264 | 31 | 112 |
| Binary | 10101101 | 11001110 | 11001110 | 10000 | 0 | 0 | 10011 | 10110100 | 11001 | 1001010 |
Color Harmonies of #ADCECE
Complementary color
Monochromatic Colors of #ADCECE
Black with #ADCECE
Text Example
Text Example
White with #ADCECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCECE; }
p { color: rgb(173,206,206); }
H1.HeaderClassName
{
color: #ADCECE;
}
.AnyTagClassName
{
color: #ADCECE;
}
</style>
background-color css
<style>
a { background-color: #ADCECE; }
a { background-color: rgb(173,206,206); }
div.DivClassName
{
background-color: #ADCECE;
}
.BgClassName
{
background-color: #ADCECE;
}
</style>
border-color css
<style>
span { border-color: #ADCECE; }
span { border-color: rgb(173,206,206); }
td.TdClassName
{
border-color: #ADCECE;
}
.TagClassName
{
border-color: #ADCECE;
}
</style>