#D6BACB

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

Shades of Twilight #D6BACB

Tints of Twilight #D6BACB

Color information

#D6BACB (or 0xD6BACB) is unknown color: approx Twilight. HEX triplet: D6, BA and CB. RGB value is (214,186,203). Sum of RGB (Red+Green+Blue) = 214+186+203=603 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.49% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BACB is #294534. Grayscale: #C4C4C4. Windows color (decimal): -2704693 or 13351638. OLE color: 13351638.

HSL color Cylindrical-coordinate representation of color #D6BACB: hue angle of 323.57º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BACB is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214186203-
CMYK00.130.050.16
HSL323.57º25.45%78.43%-
HSV(B)323.57º13.08%83.92%-
XYZ56.0753.7363.91-
YUV196.31131.78140.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.49%
GREEN value IS 186 (73.05% from 255) = 30.85%
BLUE value IS 203 (79.69% from 255) = 33.67%
R=35.49%
G=30.85%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418620300.130.050.16323.5725.4578.43
HexD6BACB0D510144194e
Octal32627231301552050431116
Binary1101011010111010110010110110110110000101000100110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BACB; }

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

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

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

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

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

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

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

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