#DFBFD1

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

Shades of Twilight #DFBFD1

Tints of Twilight #DFBFD1

Color information

#DFBFD1 (or 0xDFBFD1) is unknown color: approx Twilight. HEX triplet: DF, BF and D1. RGB value is (223,191,209). Sum of RGB (Red+Green+Blue) = 223+191+209=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFD1 is #20402E. Grayscale: #CACACA. Windows color (decimal): -2113583 or 13746143. OLE color: 13746143.

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

Color convert

RGB223191209-
CMYK00.140.060.13
HSL326.25º33.33%81.18%-
HSV(B)326.25º14.35%87.45%-
XYZ60.5757.5568.24-
YUV202.62131.6142.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.79%
GREEN value IS 191 (75% from 255) = 30.66%
BLUE value IS 209 (82.03% from 255) = 33.55%
R=35.79%
G=30.66%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319120900.140.060.13326.2533.3381.18
HexDFBFD10E6D1462151
Octal33727732101661550641121
Binary1101111110111111110100010111011011011010001101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFD1; }

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

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

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

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

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

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

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

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