#DFBDCF

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

Shades of Twilight #DFBDCF

Tints of Twilight #DFBDCF

Color information

#DFBDCF (or 0xDFBDCF) is unknown color: approx Twilight. HEX triplet: DF, BD and CF. RGB value is (223,189,207). Sum of RGB (Red+Green+Blue) = 223+189+207=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDCF is #204230. Grayscale: #C9C9C9. Windows color (decimal): -2114097 or 13614559. OLE color: 13614559.

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

Color convert

RGB223189207-
CMYK00.150.070.13
HSL328.24º34.69%80.78%-
HSV(B)328.24º15.25%87.45%-
XYZ59.8956.5966.8-
YUV201.22131.26143.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.03%
GREEN value IS 189 (74.22% from 255) = 30.53%
BLUE value IS 207 (81.25% from 255) = 33.44%
R=36.03%
G=30.53%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318920700.150.070.13328.2434.6980.78
HexDFBDCF0F7D1482351
Octal33727531701771551043121
Binary1101111110111101110011110111111111011010010001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDCF; }

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

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

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

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

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

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

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

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