#DFB4CD

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

Shades of Twilight #DFB4CD

Tints of Twilight #DFB4CD

Color information

#DFB4CD (or 0xDFB4CD) is unknown color: approx Twilight. HEX triplet: DF, B4 and CD. RGB value is (223,180,205). Sum of RGB (Red+Green+Blue) = 223+180+205=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 180 (70.70% from 255 or 29.61% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB4CD is #204B32. Grayscale: #C3C3C3. Windows color (decimal): -2116403 or 13481183. OLE color: 13481183.

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

Color convert

RGB223180205-
CMYK00.190.080.13
HSL325.12º40.19%79.02%-
HSV(B)325.12º19.28%87.45%-
XYZ57.7752.7464.89-
YUV195.71133.25147.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.68%
GREEN value IS 180 (70.70% from 255) = 29.61%
BLUE value IS 205 (80.47% from 255) = 33.72%
R=36.68%
G=29.61%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318020500.190.080.13325.1240.1979.02
HexDFB4CD0138D145284f
Octal337264315023101550550117
Binary110111111011010011001101010011100011011010001011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB4CD; }

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

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

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

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

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

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

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

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