#D3BAC9

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

Shades of Twilight #D3BAC9

Tints of Twilight #D3BAC9

Color information

#D3BAC9 (or 0xD3BAC9) is unknown color: approx Twilight. HEX triplet: D3, BA and C9. RGB value is (211,186,201). Sum of RGB (Red+Green+Blue) = 211+186+201=598 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.28% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BAC9 is #2C4536. Grayscale: #C3C3C3. Windows color (decimal): -2901303 or 13220563. OLE color: 13220563.

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

Color convert

RGB211186201-
CMYK00.120.050.17
HSL324º22.12%77.84%-
HSV(B)324º11.85%82.75%-
XYZ54.9753.1862.63-
YUV195.18131.28139.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.28%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 201 (78.91% from 255) = 33.61%
R=35.28%
G=31.10%
B=33.61%

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
Decimal21118620100.120.050.1732422.1277.84
HexD3BAC90C511144164e
Octal32327231101452150426116
Binary1101001110111010110010010110010110001101000100101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BAC9; }

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

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

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

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

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

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

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

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