#DFB5CD

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

Shades of Twilight #DFB5CD

Tints of Twilight #DFB5CD

Color information

#DFB5CD (or 0xDFB5CD) is unknown color: approx Twilight. HEX triplet: DF, B5 and CD. RGB value is (223,181,205). Sum of RGB (Red+Green+Blue) = 223+181+205=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5CD is #204A32. Grayscale: #C4C4C4. Windows color (decimal): -2116147 or 13481439. OLE color: 13481439.

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

Color convert

RGB223181205-
CMYK00.190.080.13
HSL325.71º39.62%79.22%-
HSV(B)325.71º18.83%87.45%-
XYZ57.9753.1464.96-
YUV196.29132.91147.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.62%
GREEN value IS 181 (71.09% from 255) = 29.72%
BLUE value IS 205 (80.47% from 255) = 33.66%
R=36.62%
G=29.72%
B=33.66%

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
Decimal22318120500.190.080.13325.7139.6279.22
HexDFB5CD0138D146284f
Octal337265315023101550650117
Binary110111111011010111001101010011100011011010001101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB5CD; }

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

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

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

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

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

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

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

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