#DFBCCA

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

Shades of Twilight #DFBCCA

Tints of Twilight #DFBCCA

Color information

#DFBCCA (or 0xDFBCCA) is unknown color: approx Twilight. HEX triplet: DF, BC and CA. RGB value is (223,188,202). Sum of RGB (Red+Green+Blue) = 223+188+202=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCCA is #204335. Grayscale: #C8C8C8. Windows color (decimal): -2114358 or 13286623. OLE color: 13286623.

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

Color convert

RGB223188202-
CMYK00.160.090.13
HSL336º35.35%80.59%-
HSV(B)336º15.7%87.45%-
XYZ59.0855.9263.56-
YUV200.06129.1144.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.38%
GREEN value IS 188 (73.83% from 255) = 30.67%
BLUE value IS 202 (79.30% from 255) = 32.95%
R=36.38%
G=30.67%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318820200.160.090.1333635.3580.59
HexDFBCCA0109D1502351
Octal337274312020111552043121
Binary110111111011110011001010010000100111011010100001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCCA; }

 p { color: rgb(223,188,202); }

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

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

 a { background-color: rgb(223,188,202); }

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

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

 span { border-color: rgb(223,188,202); }

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