Shades of Twilight #DABFCB
Tints of Twilight #DABFCB
RGB
CMYK
RGB Variations
Color information
#DABFCB (or 0xDABFCB) is known color: Twilight. HEX triplet: DA, BF and CB. RGB value is (218,191,203). Sum of RGB (Red+Green+Blue) = 218+191+203=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFCB is #254034. Grayscale: #C8C8C8. Windows color (decimal): -2441269 or 13352922. OLE color: 13352922.
HSL color Cylindrical-coordinate representation of color #DABFCB: hue angle of 333.33º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DABFCB is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 191 | 203 | - |
CMYK | 0 | 0.12 | 0.07 | 0.15 |
HSL | 333.33º | 0.27% | 0.8% | - |
HSV(B) | 333.33º | 0.12% | 0.85% | - |
XYZ | 58.32 | 56.48 | 64.33 | - |
YUV | 200.44 | 129.45 | 140.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 191 | 203 | 0 | 0.12 | 0.07 | 0.15 | 333.33 | 0.27 | 0.8 |
Hex | DA | BF | CB | 0 | C | 7 | F | 14D | 1B | 50 |
Octal | 332 | 277 | 313 | 0 | 14 | 7 | 17 | 515 | 33 | 120 |
Binary | 11011010 | 10111111 | 11001011 | 0 | 1100 | 111 | 1111 | 101001101 | 11011 | 1010000 |
Color Harmonies of #DABFCB
Complementary color
Monochromatic Colors of #DABFCB
Black with #DABFCB
Text Example
Text Example
White with #DABFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFCB; }
p { color: rgb(218,191,203); }
H1.HeaderClassName
{
color: #DABFCB;
}
.AnyTagClassName
{
color: #DABFCB;
}
</style>
background-color css
<style>
a { background-color: #DABFCB; }
a { background-color: rgb(218,191,203); }
div.DivClassName
{
background-color: #DABFCB;
}
.BgClassName
{
background-color: #DABFCB;
}
</style>
border-color css
<style>
span { border-color: #DABFCB; }
span { border-color: rgb(218,191,203); }
td.TdClassName
{
border-color: #DABFCB;
}
.TagClassName
{
border-color: #DABFCB;
}
</style>