#D4BACB

Color #D4BACB Twilight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twilight #D4BACB

Tints of Twilight #D4BACB

Color information

#D4BACB (or 0xD4BACB) is unknown color: approx Twilight. HEX triplet: D4, BA and CB. RGB value is (212,186,203). Sum of RGB (Red+Green+Blue) = 212+186+203=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BACB is #2B4534. Grayscale: #C3C3C3. Windows color (decimal): -2835765 or 13351636. OLE color: 13351636.

HSL color Cylindrical-coordinate representation of color #D4BACB: hue angle of 320.77º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4BACB is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB212186203-
CMYK00.120.040.17
HSL320.77º23.21%78.04%-
HSV(B)320.77º12.26%83.14%-
XYZ55.4953.4363.89-
YUV195.71132.11139.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 35.27%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 203 (79.69% from 255) = 33.78%
R=35.27%
G=30.95%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218620300.120.040.17320.7723.2178.04
HexD4BACB0C411141174e
Octal32427231301442150127116
Binary1101010010111010110010110110010010001101000001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BACB; }

 p { color: rgb(212,186,203); }

 H1.HeaderClassName
 {
   color: #D4BACB;
 }
 .AnyTagClassName
 {
   color: #D4BACB;
 }
</style>
background-color css

<style>
 a { background-color: #D4BACB; }

 a { background-color: rgb(212,186,203); }

 div.DivClassName
 {
   background-color: #D4BACB;
 }
 .BgClassName
 {
   background-color: #D4BACB;
 }
</style>
border-color css

<style>
 span { border-color: #D4BACB; }

 span { border-color: rgb(212,186,203); }

 td.TdClassName
 {
   border-color: #D4BACB;
 }
 .TagClassName
 {
   border-color: #D4BACB;
 }
</style>