#DFC2D5

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

Shades of Twilight #DFC2D5

Tints of Twilight #DFC2D5

Color information

#DFC2D5 (or 0xDFC2D5) is unknown color: approx Twilight. HEX triplet: DF, C2 and D5. RGB value is (223,194,213). Sum of RGB (Red+Green+Blue) = 223+194+213=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2D5 is #203D2A. Grayscale: #CCCCCC. Windows color (decimal): -2112811 or 14009055. OLE color: 14009055.

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

Color convert

RGB223194213-
CMYK00.130.040.13
HSL320.69º31.18%81.76%-
HSV(B)320.69º13%87.45%-
XYZ61.7359.0871.1-
YUV204.84132.61140.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.40%
GREEN value IS 194 (76.17% from 255) = 30.79%
BLUE value IS 213 (83.59% from 255) = 33.81%
R=35.40%
G=30.79%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319421300.130.040.13320.6931.1881.76
HexDFC2D50D4D1411f52
Octal33730232501541550137122
Binary110111111100001011010101011011001101101000001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC2D5; }

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

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

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

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

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

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

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

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