#DFC5D0

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

Shades of Twilight #DFC5D0

Tints of Twilight #DFC5D0

Color information

#DFC5D0 (or 0xDFC5D0) is unknown color: approx Twilight. HEX triplet: DF, C5 and D0. RGB value is (223,197,208). Sum of RGB (Red+Green+Blue) = 223+197+208=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5D0 is #203A2F. Grayscale: #CECECE. Windows color (decimal): -2112048 or 13682143. OLE color: 13682143.

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

Color convert

RGB223197208-
CMYK00.120.070.13
HSL334.62º28.89%82.35%-
HSV(B)334.62º11.66%87.45%-
XYZ61.7860.1768.03-
YUV206.03129.11140.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 197 (77.34% from 255) = 31.37%
BLUE value IS 208 (81.64% from 255) = 33.12%
R=35.51%
G=31.37%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319720800.120.070.13334.6228.8982.35
HexDFC5D00C7D14f1d52
Octal33730532001471551735122
Binary110111111100010111010000011001111101101001111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5D0; }

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

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

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

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

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

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

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

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