#D3BCCB

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

Shades of Twilight #D3BCCB

Tints of Twilight #D3BCCB

Color information

#D3BCCB (or 0xD3BCCB) is unknown color: approx Twilight. HEX triplet: D3, BC and CB. RGB value is (211,188,203). Sum of RGB (Red+Green+Blue) = 211+188+203=602 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.05% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BCCB is #2C4334. Grayscale: #C4C4C4. Windows color (decimal): -2900789 or 13352147. OLE color: 13352147.

HSL color Cylindrical-coordinate representation of color #D3BCCB: hue angle of 320.87º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3BCCB is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB211188203-
CMYK00.110.040.17
HSL320.87º20.72%78.24%-
HSV(B)320.87º10.9%82.75%-
XYZ55.6354.1364.02-
YUV196.59131.62138.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.05%
GREEN value IS 188 (73.83% from 255) = 31.23%
BLUE value IS 203 (79.69% from 255) = 33.72%
R=35.05%
G=31.23%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118820300.110.040.17320.8720.7278.24
HexD3BCCB0B411141154e
Octal32327431301342150125116
Binary1101001110111100110010110101110010001101000001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BCCB; }

 p { color: rgb(211,188,203); }

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

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

 a { background-color: rgb(211,188,203); }

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

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

 span { border-color: rgb(211,188,203); }

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