#DFBDCD

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

Shades of Twilight #DFBDCD

Tints of Twilight #DFBDCD

Color information

#DFBDCD (or 0xDFBDCD) is unknown color: approx Twilight. HEX triplet: DF, BD and CD. RGB value is (223,189,205). Sum of RGB (Red+Green+Blue) = 223+189+205=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDCD is #204232. Grayscale: #C8C8C8. Windows color (decimal): -2114099 or 13483487. OLE color: 13483487.

HSL color Cylindrical-coordinate representation of color #DFBDCD: hue angle of 331.76º 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 #DFBDCD is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB223189205-
CMYK00.150.080.13
HSL331.76º34.69%80.78%-
HSV(B)331.76º15.25%87.45%-
XYZ59.6556.4965.52-
YUV200.99130.26143.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.14%
GREEN value IS 189 (74.22% from 255) = 30.63%
BLUE value IS 205 (80.47% from 255) = 33.23%
R=36.14%
G=30.63%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318920500.150.080.13331.7634.6980.78
HexDFBDCD0F8D14c2351
Octal337275315017101551443121
Binary11011111101111011100110101111100011011010011001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDCD; }

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

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

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

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

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

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

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

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