#DFBACC

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

Shades of Twilight #DFBACC

Tints of Twilight #DFBACC

Color information

#DFBACC (or 0xDFBACC) is unknown color: approx Twilight. HEX triplet: DF, BA and CC. RGB value is (223,186,204). Sum of RGB (Red+Green+Blue) = 223+186+204=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBACC is #204533. Grayscale: #C7C7C7. Windows color (decimal): -2114868 or 13417183. OLE color: 13417183.

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

Color convert

RGB223186204-
CMYK00.170.090.13
HSL330.81º36.63%80.2%-
HSV(B)330.81º16.59%87.45%-
XYZ58.8955.1764.67-
YUV199.11130.76145.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.38%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 204 (80.08% from 255) = 33.28%
R=36.38%
G=30.34%
B=33.28%

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
Decimal22318620400.170.090.13330.8136.6380.2
HexDFBACC0119D14b2550
Octal337272314021111551345120
Binary110111111011101011001100010001100111011010010111001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBACC; }

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

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

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

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

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

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

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

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