#DFD1DB

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

Shades of Twilight #DFD1DB

Tints of Twilight #DFD1DB

Color information

#DFD1DB (or 0xDFD1DB) is unknown color: approx Twilight. HEX triplet: DF, D1 and DB. RGB value is (223,209,219). Sum of RGB (Red+Green+Blue) = 223+209+219=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD1DB is #202E24. Grayscale: #D6D6D6. Windows color (decimal): -2108965 or 14406111. OLE color: 14406111.

HSL color Cylindrical-coordinate representation of color #DFD1DB: hue angle of 317.14º degrees, saturation: 0.18, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFD1DB is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB223209219-
CMYK00.060.020.13
HSL317.14º17.95%84.71%-
HSV(B)317.14º6.28%87.45%-
XYZ66.0266.476.36-
YUV214.33130.64134.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.25%
GREEN value IS 209 (82.03% from 255) = 32.10%
BLUE value IS 219 (85.94% from 255) = 33.64%
R=34.25%
G=32.10%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320921900.060.020.13317.1417.9584.71
HexDFD1DB062D13d1255
Octal3373213330621547522125
Binary1101111111010001110110110110101101100111101100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD1DB; }

 p { color: rgb(223,209,219); }

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

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

 a { background-color: rgb(223,209,219); }

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

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

 span { border-color: rgb(223,209,219); }

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