#DFC5D7

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

Shades of Twilight #DFC5D7

Tints of Twilight #DFC5D7

Color information

#DFC5D7 (or 0xDFC5D7) is unknown color: approx Twilight. HEX triplet: DF, C5 and D7. RGB value is (223,197,215). Sum of RGB (Red+Green+Blue) = 223+197+215=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5D7 is #203A28. Grayscale: #CECECE. Windows color (decimal): -2112041 or 14140895. OLE color: 14140895.

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

Color convert

RGB223197215-
CMYK00.120.040.13
HSL318.46º28.89%82.35%-
HSV(B)318.46º11.66%87.45%-
XYZ62.6660.5372.67-
YUV206.83132.61139.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.12%
GREEN value IS 197 (77.34% from 255) = 31.02%
BLUE value IS 215 (84.38% from 255) = 33.86%
R=35.12%
G=31.02%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319721500.120.040.13318.4628.8982.35
HexDFC5D70C4D13e1d52
Octal33730532701441547635122
Binary110111111100010111010111011001001101100111110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5D7; }

 p { color: rgb(223,197,215); }

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

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

 a { background-color: rgb(223,197,215); }

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

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

 span { border-color: rgb(223,197,215); }

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