#DFBACD

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

Shades of Twilight #DFBACD

Tints of Twilight #DFBACD

Color information

#DFBACD (or 0xDFBACD) is unknown color: approx Twilight. HEX triplet: DF, BA and CD. RGB value is (223,186,205). Sum of RGB (Red+Green+Blue) = 223+186+205=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBACD is #204532. Grayscale: #C7C7C7. Windows color (decimal): -2114867 or 13482719. OLE color: 13482719.

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

Color convert

RGB223186205-
CMYK00.170.080.13
HSL329.19º36.63%80.2%-
HSV(B)329.19º16.59%87.45%-
XYZ59.0155.2165.3-
YUV199.23131.26144.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.32%
GREEN value IS 186 (73.05% from 255) = 30.29%
BLUE value IS 205 (80.47% from 255) = 33.39%
R=36.32%
G=30.29%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318620500.170.080.13329.1936.6380.2
HexDFBACD0118D1492550
Octal337272315021101551145120
Binary110111111011101011001101010001100011011010010011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBACD; }

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

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

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

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

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

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

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

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