Shades of Twilight #D0BBC4
Tints of Twilight #D0BBC4
RGB
CMYK
RGB Variations
Color information
#D0BBC4 (or 0xD0BBC4) is known color: Twilight. HEX triplet: D0, BB and C4. RGB value is (208,187,196). Sum of RGB (Red+Green+Blue) = 208+187+196=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BBC4 is #2F443B. Grayscale: #C2C2C2. Windows color (decimal): -3097660 or 12893136. OLE color: 12893136.
HSL color Cylindrical-coordinate representation of color #D0BBC4: hue angle of 334.29º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0BBC4 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 187 | 196 | - |
CMYK | 0 | 0.10 | 0.06 | 0.18 |
HSL | 334.29º | 0.18% | 0.77% | - |
HSV(B) | 334.29º | 0.1% | 0.82% | - |
XYZ | 53.75 | 52.94 | 59.61 | - |
YUV | 194.31 | 128.96 | 137.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 187 | 196 | 0 | 0.10 | 0.06 | 0.18 | 334.29 | 0.18 | 0.77 |
Hex | D0 | BB | C4 | 0 | A | 6 | 12 | 14E | 12 | 4D |
Octal | 320 | 273 | 304 | 0 | 12 | 6 | 22 | 516 | 22 | 115 |
Binary | 11010000 | 10111011 | 11000100 | 0 | 1010 | 110 | 10010 | 101001110 | 10010 | 1001101 |
Color Harmonies of #D0BBC4
Complementary color
Monochromatic Colors of #D0BBC4
Black with #D0BBC4
Text Example
Text Example
White with #D0BBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BBC4; }
p { color: rgb(208,187,196); }
H1.HeaderClassName
{
color: #D0BBC4;
}
.AnyTagClassName
{
color: #D0BBC4;
}
</style>
background-color css
<style>
a { background-color: #D0BBC4; }
a { background-color: rgb(208,187,196); }
div.DivClassName
{
background-color: #D0BBC4;
}
.BgClassName
{
background-color: #D0BBC4;
}
</style>
border-color css
<style>
span { border-color: #D0BBC4; }
span { border-color: rgb(208,187,196); }
td.TdClassName
{
border-color: #D0BBC4;
}
.TagClassName
{
border-color: #D0BBC4;
}
</style>