Shades of Twilight #D2BFCB
Tints of Twilight #D2BFCB
RGB
CMYK
RGB Variations
Color information
#D2BFCB (or 0xD2BFCB) is known color: Twilight. HEX triplet: D2, BF and CB. RGB value is (210,191,203). Sum of RGB (Red+Green+Blue) = 210+191+203=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFCB is #2D4034. Grayscale: #C6C6C6. Windows color (decimal): -2965557 or 13352914. OLE color: 13352914.
HSL color Cylindrical-coordinate representation of color #D2BFCB: hue angle of 322.11º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2BFCB is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
RGB | 210 | 191 | 203 | - |
CMYK | 0 | 0.09 | 0.03 | 0.18 |
HSL | 322.11º | 0.17% | 0.79% | - |
HSV(B) | 322.11º | 0.09% | 0.82% | - |
XYZ | 55.99 | 55.28 | 64.22 | - |
YUV | 198.05 | 130.79 | 136.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 191 | 203 | 0 | 0.09 | 0.03 | 0.18 | 322.11 | 0.17 | 0.79 |
Hex | D2 | BF | CB | 0 | 9 | 3 | 12 | 142 | 11 | 4F |
Octal | 322 | 277 | 313 | 0 | 11 | 3 | 22 | 502 | 21 | 117 |
Binary | 11010010 | 10111111 | 11001011 | 0 | 1001 | 11 | 10010 | 101000010 | 10001 | 1001111 |
Color Harmonies of #D2BFCB
Complementary color
Monochromatic Colors of #D2BFCB
Black with #D2BFCB
Text Example
Text Example
White with #D2BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BFCB; }
p { color: rgb(210,191,203); }
H1.HeaderClassName
{
color: #D2BFCB;
}
.AnyTagClassName
{
color: #D2BFCB;
}
</style>
background-color css
<style>
a { background-color: #D2BFCB; }
a { background-color: rgb(210,191,203); }
div.DivClassName
{
background-color: #D2BFCB;
}
.BgClassName
{
background-color: #D2BFCB;
}
</style>
border-color css
<style>
span { border-color: #D2BFCB; }
span { border-color: rgb(210,191,203); }
td.TdClassName
{
border-color: #D2BFCB;
}
.TagClassName
{
border-color: #D2BFCB;
}
</style>