#DFC5D4

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

Shades of Twilight #DFC5D4

Tints of Twilight #DFC5D4

Color information

#DFC5D4 (or 0xDFC5D4) is unknown color: approx Twilight. HEX triplet: DF, C5 and D4. RGB value is (223,197,212). Sum of RGB (Red+Green+Blue) = 223+197+212=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 197 (77.34% from 255 or 31.17% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5D4 is #203A2B. Grayscale: #CECECE. Windows color (decimal): -2112044 or 13944287. OLE color: 13944287.

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

Color convert

RGB223197212-
CMYK00.120.050.13
HSL325.38º28.89%82.35%-
HSV(B)325.38º11.66%87.45%-
XYZ62.2860.3770.66-
YUV206.48131.11139.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.28%
GREEN value IS 197 (77.34% from 255) = 31.17%
BLUE value IS 212 (83.20% from 255) = 33.54%
R=35.28%
G=31.17%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319721200.120.050.13325.3828.8982.35
HexDFC5D40C5D1451d52
Octal33730532401451550535122
Binary110111111100010111010100011001011101101000101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5D4; }

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

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

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

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

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

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

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

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