#DFB1CD

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

Shades of Twilight #DFB1CD

Tints of Twilight #DFB1CD

Color information

#DFB1CD (or 0xDFB1CD) is unknown color: approx Twilight. HEX triplet: DF, B1 and CD. RGB value is (223,177,205). Sum of RGB (Red+Green+Blue) = 223+177+205=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1CD is #204E32. Grayscale: #C1C1C1. Windows color (decimal): -2117171 or 13480415. OLE color: 13480415.

HSL color Cylindrical-coordinate representation of color #DFB1CD: hue angle of 323.48º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFB1CD is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB223177205-
CMYK00.210.080.13
HSL323.48º41.82%78.43%-
HSV(B)323.48º20.63%87.45%-
XYZ57.1751.5464.69-
YUV193.95134.24148.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.86%
GREEN value IS 177 (69.53% from 255) = 29.26%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=36.86%
G=29.26%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317720500.210.080.13323.4841.8278.43
HexDFB1CD0158D1432a4e
Octal337261315025101550352116
Binary110111111011000111001101010101100011011010000111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1CD; }

 p { color: rgb(223,177,205); }

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

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

 a { background-color: rgb(223,177,205); }

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

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

 span { border-color: rgb(223,177,205); }

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