#DFB6D0

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

Shades of Twilight #DFB6D0

Tints of Twilight #DFB6D0

Color information

#DFB6D0 (or 0xDFB6D0) is unknown color: approx Twilight. HEX triplet: DF, B6 and D0. RGB value is (223,182,208). Sum of RGB (Red+Green+Blue) = 223+182+208=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 182 (71.48% from 255 or 29.69% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6D0 is #20492F. Grayscale: #C5C5C5. Windows color (decimal): -2115888 or 13678303. OLE color: 13678303.

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

Color convert

RGB223182208-
CMYK00.180.070.13
HSL321.95º39.05%79.41%-
HSV(B)321.95º18.39%87.45%-
XYZ58.5453.766.95-
YUV197.22134.08146.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.38%
GREEN value IS 182 (71.48% from 255) = 29.69%
BLUE value IS 208 (81.64% from 255) = 33.93%
R=36.38%
G=29.69%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318220800.180.070.13321.9539.0579.41
HexDFB6D00127D142274f
Octal33726632002271550247117
Binary11011111101101101101000001001011111011010000101001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB6D0; }

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

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

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

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

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

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

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

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