Shades of Twilight #D2BECA
Tints of Twilight #D2BECA
RGB
CMYK
RGB Variations
Color information
#D2BECA (or 0xD2BECA) is known color: Twilight. HEX triplet: D2, BE and CA. RGB value is (210,190,202). Sum of RGB (Red+Green+Blue) = 210+190+202=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BECA is #2D4135. Grayscale: #C5C5C5. Windows color (decimal): -2965814 or 13287122. OLE color: 13287122.
HSL color Cylindrical-coordinate representation of color #D2BECA: hue angle of 324º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2BECA is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
RGB | 210 | 190 | 202 | - |
CMYK | 0 | 0.10 | 0.04 | 0.18 |
HSL | 324º | 0.18% | 0.78% | - |
HSV(B) | 324º | 0.1% | 0.82% | - |
XYZ | 55.65 | 54.79 | 63.52 | - |
YUV | 197.35 | 130.63 | 137.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 190 | 202 | 0 | 0.10 | 0.04 | 0.18 | 324 | 0.18 | 0.78 |
Hex | D2 | BE | CA | 0 | A | 4 | 12 | 144 | 12 | 4E |
Octal | 322 | 276 | 312 | 0 | 12 | 4 | 22 | 504 | 22 | 116 |
Binary | 11010010 | 10111110 | 11001010 | 0 | 1010 | 100 | 10010 | 101000100 | 10010 | 1001110 |
Color Harmonies of #D2BECA
Complementary color
Monochromatic Colors of #D2BECA
Black with #D2BECA
Text Example
Text Example
White with #D2BECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BECA; }
p { color: rgb(210,190,202); }
H1.HeaderClassName
{
color: #D2BECA;
}
.AnyTagClassName
{
color: #D2BECA;
}
</style>
background-color css
<style>
a { background-color: #D2BECA; }
a { background-color: rgb(210,190,202); }
div.DivClassName
{
background-color: #D2BECA;
}
.BgClassName
{
background-color: #D2BECA;
}
</style>
border-color css
<style>
span { border-color: #D2BECA; }
span { border-color: rgb(210,190,202); }
td.TdClassName
{
border-color: #D2BECA;
}
.TagClassName
{
border-color: #D2BECA;
}
</style>