#D6BACD

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

Shades of Twilight #D6BACD

Tints of Twilight #D6BACD

Color information

#D6BACD (or 0xD6BACD) is unknown color: approx Twilight. HEX triplet: D6, BA and CD. RGB value is (214,186,205). Sum of RGB (Red+Green+Blue) = 214+186+205=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BACD is #294532. Grayscale: #C4C4C4. Windows color (decimal): -2704691 or 13482710. OLE color: 13482710.

HSL color Cylindrical-coordinate representation of color #D6BACD: hue angle of 319.29º 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 #D6BACD is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214186205-
CMYK00.130.040.16
HSL319.29º25.45%78.43%-
HSV(B)319.29º13.08%83.92%-
XYZ56.3153.8265.18-
YUV196.54132.78140.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.37%
GREEN value IS 186 (73.05% from 255) = 30.74%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=35.37%
G=30.74%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418620500.130.040.16319.2925.4578.43
HexD6BACD0D41013f194e
Octal32627231501542047731116
Binary1101011010111010110011010110110010000100111111110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BACD; }

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

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

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

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

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

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

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

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