Shades of Sinbad #ABCDC7
Tints of Sinbad #ABCDC7
RGB
CMYK
RGB Variations
Color information
#ABCDC7 (or 0xABCDC7) is known color: Sinbad. HEX triplet: AB, CD and C7. RGB value is (171,205,199). Sum of RGB (Red+Green+Blue) = 171+205+199=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDC7 is #543238. Grayscale: #C2C2C2. Windows color (decimal): -5517881 or 13094315. OLE color: 13094315.
HSL color Cylindrical-coordinate representation of color #ABCDC7: hue angle of 169.41º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCDC7 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 199 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.20 |
| HSL | 169.41º | 0.25% | 0.74% | - |
| HSV(B) | 169.41º | 0.17% | 0.8% | - |
| XYZ | 48.93 | 56.44 | 62.35 | - |
| YUV | 194.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 199 | 0.17 | 0 | 0.03 | 0.20 | 169.41 | 0.25 | 0.74 |
| Hex | AB | CD | C7 | 11 | 0 | 3 | 14 | A9 | 19 | 4A |
| Octal | 253 | 315 | 307 | 21 | 0 | 3 | 24 | 251 | 31 | 112 |
| Binary | 10101011 | 11001101 | 11000111 | 10001 | 0 | 11 | 10100 | 10101001 | 11001 | 1001010 |
Color Harmonies of #ABCDC7
Complementary color
Monochromatic Colors of #ABCDC7
Black with #ABCDC7
Text Example
Text Example
White with #ABCDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCDC7; }
p { color: rgb(171,205,199); }
H1.HeaderClassName
{
color: #ABCDC7;
}
.AnyTagClassName
{
color: #ABCDC7;
}
</style>
background-color css
<style>
a { background-color: #ABCDC7; }
a { background-color: rgb(171,205,199); }
div.DivClassName
{
background-color: #ABCDC7;
}
.BgClassName
{
background-color: #ABCDC7;
}
</style>
border-color css
<style>
span { border-color: #ABCDC7; }
span { border-color: rgb(171,205,199); }
td.TdClassName
{
border-color: #ABCDC7;
}
.TagClassName
{
border-color: #ABCDC7;
}
</style>