Shades of Scandal #B7DCD7
Tints of Scandal #B7DCD7
RGB
CMYK
RGB Variations
Color information
#B7DCD7 (or 0xB7DCD7) is known color: Scandal. HEX triplet: B7, DC and D7. RGB value is (183,220,215). Sum of RGB (Red+Green+Blue) = 183+220+215=618 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.61% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 215 (84.38% from 255 or 34.79% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCD7 is #482328. Grayscale: #D0D0D0. Windows color (decimal): -4727593 or 14146743. OLE color: 14146743.
HSL color Cylindrical-coordinate representation of color #B7DCD7: hue angle of 171.89º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7DCD7 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 183 | 220 | 215 | - |
CMYK | 0.17 | 0 | 0.02 | 0.14 |
HSL | 171.89º | 0.35% | 0.79% | - |
HSV(B) | 171.89º | 0.17% | 0.86% | - |
XYZ | 57.39 | 66.16 | 74.04 | - |
YUV | 208.37 | 131.74 | 109.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 220 | 215 | 0.17 | 0 | 0.02 | 0.14 | 171.89 | 0.35 | 0.79 |
Hex | B7 | DC | D7 | 11 | 0 | 2 | E | AC | 23 | 4F |
Octal | 267 | 334 | 327 | 21 | 0 | 2 | 16 | 254 | 43 | 117 |
Binary | 10110111 | 11011100 | 11010111 | 10001 | 0 | 10 | 1110 | 10101100 | 100011 | 1001111 |
Color Harmonies of #B7DCD7
Complementary color
Monochromatic Colors of #B7DCD7
Black with #B7DCD7
Text Example
Text Example
White with #B7DCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DCD7; }
p { color: rgb(183,220,215); }
H1.HeaderClassName
{
color: #B7DCD7;
}
.AnyTagClassName
{
color: #B7DCD7;
}
</style>
background-color css
<style>
a { background-color: #B7DCD7; }
a { background-color: rgb(183,220,215); }
div.DivClassName
{
background-color: #B7DCD7;
}
.BgClassName
{
background-color: #B7DCD7;
}
</style>
border-color css
<style>
span { border-color: #B7DCD7; }
span { border-color: rgb(183,220,215); }
td.TdClassName
{
border-color: #B7DCD7;
}
.TagClassName
{
border-color: #B7DCD7;
}
</style>