#D8BCC8

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

Shades of Twilight #D8BCC8

Tints of Twilight #D8BCC8

Color information

#D8BCC8 (or 0xD8BCC8) is unknown color: approx Twilight. HEX triplet: D8, BC and C8. RGB value is (216,188,200). Sum of RGB (Red+Green+Blue) = 216+188+200=604 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.76% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCC8 is #274337. Grayscale: #C5C5C5. Windows color (decimal): -2573112 or 13155544. OLE color: 13155544.

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

Color convert

RGB216188200-
CMYK00.130.070.15
HSL334.29º26.42%79.22%-
HSV(B)334.29º12.96%84.71%-
XYZ56.7354.7462.22-
YUV197.74129.28141.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.76%
GREEN value IS 188 (73.83% from 255) = 31.13%
BLUE value IS 200 (78.52% from 255) = 33.11%
R=35.76%
G=31.13%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618820000.130.070.15334.2926.4279.22
HexD8BCC80D7F14e1a4f
Octal33027431001571751632117
Binary110110001011110011001000011011111111101001110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BCC8; }

 p { color: rgb(216,188,200); }

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

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

 a { background-color: rgb(216,188,200); }

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

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

 span { border-color: rgb(216,188,200); }

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