#DFBACB

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

Shades of Twilight #DFBACB

Tints of Twilight #DFBACB

Color information

#DFBACB (or 0xDFBACB) is unknown color: approx Twilight. HEX triplet: DF, BA and CB. RGB value is (223,186,203). Sum of RGB (Red+Green+Blue) = 223+186+203=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBACB is #204534. Grayscale: #C6C6C6. Windows color (decimal): -2114869 or 13351647. OLE color: 13351647.

HSL color Cylindrical-coordinate representation of color #DFBACB: hue angle of 332.43º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFBACB is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB223186203-
CMYK00.170.090.13
HSL332.43º36.63%80.2%-
HSV(B)332.43º16.59%87.45%-
XYZ58.7755.1264.04-
YUV199130.26145.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.44%
GREEN value IS 186 (73.05% from 255) = 30.39%
BLUE value IS 203 (79.69% from 255) = 33.17%
R=36.44%
G=30.39%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318620300.170.090.13332.4336.6380.2
HexDFBACB0119D14c2550
Octal337272313021111551445120
Binary110111111011101011001011010001100111011010011001001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBACB; }

 p { color: rgb(223,186,203); }

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

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

 a { background-color: rgb(223,186,203); }

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

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

 span { border-color: rgb(223,186,203); }

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