#DFC0CC

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

Shades of Twilight #DFC0CC

Tints of Twilight #DFC0CC

Color information

#DFC0CC (or 0xDFC0CC) is unknown color: approx Twilight. HEX triplet: DF, C0 and CC. RGB value is (223,192,204). Sum of RGB (Red+Green+Blue) = 223+192+204=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0CC is #203F33. Grayscale: #CACACA. Windows color (decimal): -2113332 or 13418719. OLE color: 13418719.

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

Color convert

RGB223192204-
CMYK00.140.090.13
HSL336.77º32.63%81.37%-
HSV(B)336.77º13.9%87.45%-
XYZ60.1857.7565.1-
YUV202.64128.77142.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.03%
GREEN value IS 192 (75.39% from 255) = 31.02%
BLUE value IS 204 (80.08% from 255) = 32.96%
R=36.03%
G=31.02%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319220400.140.090.13336.7732.6381.37
HexDFC0CC0E9D1512151
Octal337300314016111552141121
Binary11011111110000001100110001110100111011010100011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC0CC; }

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

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

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

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

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

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

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

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