#DFC5D6

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

Shades of Twilight #DFC5D6

Tints of Twilight #DFC5D6

Color information

#DFC5D6 (or 0xDFC5D6) is unknown color: approx Twilight. HEX triplet: DF, C5 and D6. RGB value is (223,197,214). Sum of RGB (Red+Green+Blue) = 223+197+214=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 214 (83.98% from 255 or 33.75% from 634); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5D6 is #203A29. Grayscale: #CECECE. Windows color (decimal): -2112042 or 14075359. OLE color: 14075359.

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

Color convert

RGB223197214-
CMYK00.120.040.13
HSL320.77º28.89%82.35%-
HSV(B)320.77º11.66%87.45%-
XYZ62.5460.4872-
YUV206.71132.11139.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.17%
GREEN value IS 197 (77.34% from 255) = 31.07%
BLUE value IS 214 (83.98% from 255) = 33.75%
R=35.17%
G=31.07%
B=33.75%

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
Decimal22319721400.120.040.13320.7728.8982.35
HexDFC5D60C4D1411d52
Octal33730532601441550135122
Binary110111111100010111010110011001001101101000001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5D6; }

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

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

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

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

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

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

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

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