#DFBFCC

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

Shades of Twilight #DFBFCC

Tints of Twilight #DFBFCC

Color information

#DFBFCC (or 0xDFBFCC) is unknown color: approx Twilight. HEX triplet: DF, BF and CC. RGB value is (223,191,204). Sum of RGB (Red+Green+Blue) = 223+191+204=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBFCC is #204033. Grayscale: #CACACA. Windows color (decimal): -2113588 or 13418463. OLE color: 13418463.

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

Color convert

RGB223191204-
CMYK00.140.090.13
HSL335.62º33.33%81.18%-
HSV(B)335.62º14.35%87.45%-
XYZ59.9657.3165.03-
YUV202.05129.1142.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.08%
GREEN value IS 191 (75% from 255) = 30.91%
BLUE value IS 204 (80.08% from 255) = 33.01%
R=36.08%
G=30.91%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319120400.140.090.13335.6233.3381.18
HexDFBFCC0E9D1502151
Octal337277314016111552041121
Binary11011111101111111100110001110100111011010100001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBFCC; }

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

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

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

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

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

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

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

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