#D8BACD

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

Shades of Twilight #D8BACD

Tints of Twilight #D8BACD

Color information

#D8BACD (or 0xD8BACD) is unknown color: approx Twilight. HEX triplet: D8, BA and CD. RGB value is (216,186,205). Sum of RGB (Red+Green+Blue) = 216+186+205=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BACD is #274532. Grayscale: #C5C5C5. Windows color (decimal): -2573619 or 13482712. OLE color: 13482712.

HSL color Cylindrical-coordinate representation of color #D8BACD: hue angle of 322º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8BACD is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216186205-
CMYK00.140.050.15
HSL322º27.78%78.82%-
HSV(B)322º13.89%84.71%-
XYZ56.954.1265.21-
YUV197.14132.44141.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.58%
GREEN value IS 186 (73.05% from 255) = 30.64%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=35.58%
G=30.64%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618620500.140.050.1532227.7878.82
HexD8BACD0E5F1421c4f
Octal33027231501651750234117
Binary110110001011101011001101011101011111101000010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BACD; }

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

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

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

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

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

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

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

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