#DFBDCB

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

Shades of Twilight #DFBDCB

Tints of Twilight #DFBDCB

Color information

#DFBDCB (or 0xDFBDCB) is unknown color: approx Twilight. HEX triplet: DF, BD and CB. RGB value is (223,189,203). Sum of RGB (Red+Green+Blue) = 223+189+203=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDCB is #204234. Grayscale: #C8C8C8. Windows color (decimal): -2114101 or 13352415. OLE color: 13352415.

HSL color Cylindrical-coordinate representation of color #DFBDCB: hue angle of 335.29º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFBDCB is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB223189203-
CMYK00.150.090.13
HSL335.29º34.69%80.78%-
HSV(B)335.29º15.25%87.45%-
XYZ59.4156.3964.25-
YUV200.76129.26143.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.26%
GREEN value IS 189 (74.22% from 255) = 30.73%
BLUE value IS 203 (79.69% from 255) = 33.01%
R=36.26%
G=30.73%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318920300.150.090.13335.2934.6980.78
HexDFBDCB0F9D14f2351
Octal337275313017111551743121
Binary11011111101111011100101101111100111011010011111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDCB; }

 p { color: rgb(223,189,203); }

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

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

 a { background-color: rgb(223,189,203); }

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

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

 span { border-color: rgb(223,189,203); }

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