#DFC0CE

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

Shades of Twilight #DFC0CE

Tints of Twilight #DFC0CE

Color information

#DFC0CE (or 0xDFC0CE) is unknown color: approx Twilight. HEX triplet: DF, C0 and CE. RGB value is (223,192,206). Sum of RGB (Red+Green+Blue) = 223+192+206=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0CE is #203F31. Grayscale: #CACACA. Windows color (decimal): -2113330 or 13549791. OLE color: 13549791.

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

Color convert

RGB223192206-
CMYK00.140.080.13
HSL332.9º32.63%81.37%-
HSV(B)332.9º13.9%87.45%-
XYZ60.4257.8466.37-
YUV202.86129.77142.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.91%
GREEN value IS 192 (75.39% from 255) = 30.92%
BLUE value IS 206 (80.86% from 255) = 33.17%
R=35.91%
G=30.92%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319220600.140.080.13332.932.6381.37
HexDFC0CE0E8D14d2151
Octal337300316016101551541121
Binary11011111110000001100111001110100011011010011011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC0CE; }

 p { color: rgb(223,192,206); }

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

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

 a { background-color: rgb(223,192,206); }

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

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

 span { border-color: rgb(223,192,206); }

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