#DFC2CD

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

Shades of Twilight #DFC2CD

Tints of Twilight #DFC2CD

Color information

#DFC2CD (or 0xDFC2CD) is unknown color: approx Twilight. HEX triplet: DF, C2 and CD. RGB value is (223,194,205). Sum of RGB (Red+Green+Blue) = 223+194+205=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2CD is #203D32. Grayscale: #CBCBCB. Windows color (decimal): -2112819 or 13484767. OLE color: 13484767.

HSL color Cylindrical-coordinate representation of color #DFC2CD: hue angle of 337.24º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFC2CD is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB223194205-
CMYK00.130.080.13
HSL337.24º31.18%81.76%-
HSV(B)337.24º13%87.45%-
XYZ60.7458.6865.88-
YUV203.92128.61141.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.85%
GREEN value IS 194 (76.17% from 255) = 31.19%
BLUE value IS 205 (80.47% from 255) = 32.96%
R=35.85%
G=31.19%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319420500.130.080.13337.2431.1881.76
HexDFC2CD0D8D1511f52
Octal337302315015101552137122
Binary1101111111000010110011010110110001101101010001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC2CD; }

 p { color: rgb(223,194,205); }

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

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

 a { background-color: rgb(223,194,205); }

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

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

 span { border-color: rgb(223,194,205); }

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