#D3BFCB

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

Shades of Twilight #D3BFCB

Tints of Twilight #D3BFCB

Color information

#D3BFCB (or 0xD3BFCB) is unknown color: approx Twilight. HEX triplet: D3, BF and CB. RGB value is (211,191,203). Sum of RGB (Red+Green+Blue) = 211+191+203=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BFCB is #2C4034. Grayscale: #C6C6C6. Windows color (decimal): -2900021 or 13352915. OLE color: 13352915.

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

Color convert

RGB211191203-
CMYK00.090.040.17
HSL324º18.52%78.82%-
HSV(B)324º9.48%82.75%-
XYZ56.2755.4264.23-
YUV198.35130.63137.02-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.88%
GREEN value IS 191 (75% from 255) = 31.57%
BLUE value IS 203 (79.69% from 255) = 33.55%
R=34.88%
G=31.57%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21119120300.090.040.1732418.5278.82
HexD3BFCB09411144134f
Octal32327731301142150423117
Binary1101001110111111110010110100110010001101000100100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BFCB; }

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

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

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

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

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

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

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

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