#DFBFCE

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

Shades of Twilight #DFBFCE

Tints of Twilight #DFBFCE

Color information

#DFBFCE (or 0xDFBFCE) is unknown color: approx Twilight. HEX triplet: DF, BF and CE. RGB value is (223,191,206). Sum of RGB (Red+Green+Blue) = 223+191+206=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFCE is #204031. Grayscale: #CACACA. Windows color (decimal): -2113586 or 13549535. OLE color: 13549535.

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

Color convert

RGB223191206-
CMYK00.140.080.13
HSL331.88º33.33%81.18%-
HSV(B)331.88º14.35%87.45%-
XYZ60.257.4166.3-
YUV202.28130.1142.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 191 (75% from 255) = 30.81%
BLUE value IS 206 (80.86% from 255) = 33.23%
R=35.97%
G=30.81%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319120600.140.080.13331.8833.3381.18
HexDFBFCE0E8D14c2151
Octal337277316016101551441121
Binary11011111101111111100111001110100011011010011001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFCE; }

 p { color: rgb(223,191,206); }

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

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

 a { background-color: rgb(223,191,206); }

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

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

 span { border-color: rgb(223,191,206); }

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