#DFB5D0

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

Shades of Twilight #DFB5D0

Tints of Twilight #DFB5D0

Color information

#DFB5D0 (or 0xDFB5D0) is unknown color: approx Twilight. HEX triplet: DF, B5 and D0. RGB value is (223,181,208). Sum of RGB (Red+Green+Blue) = 223+181+208=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 181 (71.09% from 255 or 29.58% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5D0 is #204A2F. Grayscale: #C4C4C4. Windows color (decimal): -2116144 or 13678047. OLE color: 13678047.

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

Color convert

RGB223181208-
CMYK00.190.070.13
HSL321.43º39.62%79.22%-
HSV(B)321.43º18.83%87.45%-
XYZ58.3453.2966.89-
YUV196.64134.41146.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.44%
GREEN value IS 181 (71.09% from 255) = 29.58%
BLUE value IS 208 (81.64% from 255) = 33.99%
R=36.44%
G=29.58%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318120800.190.070.13321.4339.6279.22
HexDFB5D00137D141284f
Octal33726532002371550150117
Binary11011111101101011101000001001111111011010000011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB5D0; }

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

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

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

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

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

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

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

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