#DFC0CF

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

Shades of Twilight #DFC0CF

Tints of Twilight #DFC0CF

Color information

#DFC0CF (or 0xDFC0CF) is unknown color: approx Twilight. HEX triplet: DF, C0 and CF. RGB value is (223,192,207). Sum of RGB (Red+Green+Blue) = 223+192+207=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0CF is #203F30. Grayscale: #CACACA. Windows color (decimal): -2113329 or 13615327. OLE color: 13615327.

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

Color convert

RGB223192207-
CMYK00.140.070.13
HSL330.97º32.63%81.37%-
HSV(B)330.97º13.9%87.45%-
XYZ60.5457.8967.01-
YUV202.98130.27142.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.85%
GREEN value IS 192 (75.39% from 255) = 30.87%
BLUE value IS 207 (81.25% from 255) = 33.28%
R=35.85%
G=30.87%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319220700.140.070.13330.9732.6381.37
HexDFC0CF0E7D14b2151
Octal33730031701671551341121
Binary1101111111000000110011110111011111011010010111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC0CF; }

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

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

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

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

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

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

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

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