#D3BAC8

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

Shades of Twilight #D3BAC8

Tints of Twilight #D3BAC8

Color information

#D3BAC8 (or 0xD3BAC8) is unknown color: approx Twilight. HEX triplet: D3, BA and C8. RGB value is (211,186,200). Sum of RGB (Red+Green+Blue) = 211+186+200=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 200 (78.52% from 255 or 33.50% from 597); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BAC8 is #2C4537. Grayscale: #C3C3C3. Windows color (decimal): -2901304 or 13155027. OLE color: 13155027.

HSL color Cylindrical-coordinate representation of color #D3BAC8: hue angle of 326.4º degrees, saturation: 0.22, 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 #D3BAC8 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB211186200-
CMYK00.120.050.17
HSL326.4º22.12%77.84%-
HSV(B)326.4º11.85%82.75%-
XYZ54.8553.1462.01-
YUV195.07130.78139.36-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.34%
GREEN value IS 186 (73.05% from 255) = 31.16%
BLUE value IS 200 (78.52% from 255) = 33.50%
R=35.34%
G=31.16%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118620000.120.050.17326.422.1277.84
HexD3BAC80C511146164e
Octal32327231001452150626116
Binary1101001110111010110010000110010110001101000110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BAC8; }

 p { color: rgb(211,186,200); }

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

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

 a { background-color: rgb(211,186,200); }

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

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

 span { border-color: rgb(211,186,200); }

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