#DFC2D3

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

Shades of Twilight #DFC2D3

Tints of Twilight #DFC2D3

Color information

#DFC2D3 (or 0xDFC2D3) is unknown color: approx Twilight. HEX triplet: DF, C2 and D3. RGB value is (223,194,211). Sum of RGB (Red+Green+Blue) = 223+194+211=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 211 (82.81% from 255 or 33.60% from 628); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2D3 is #203D2C. Grayscale: #CCCCCC. Windows color (decimal): -2112813 or 13877983. OLE color: 13877983.

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

Color convert

RGB223194211-
CMYK00.130.050.13
HSL324.83º31.18%81.76%-
HSV(B)324.83º13%87.45%-
XYZ61.4858.9769.77-
YUV204.61131.61141.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 194 (76.17% from 255) = 30.89%
BLUE value IS 211 (82.81% from 255) = 33.60%
R=35.51%
G=30.89%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319421100.130.050.13324.8331.1881.76
HexDFC2D30D5D1451f52
Octal33730232301551550537122
Binary110111111100001011010011011011011101101000101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC2D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC2D3; }

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

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

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

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

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

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

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

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