#DFB1CA

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

Shades of Twilight #DFB1CA

Tints of Twilight #DFB1CA

Color information

#DFB1CA (or 0xDFB1CA) is unknown color: approx Twilight. HEX triplet: DF, B1 and CA. RGB value is (223,177,202). Sum of RGB (Red+Green+Blue) = 223+177+202=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1CA is #204E35. Grayscale: #C1C1C1. Windows color (decimal): -2117174 or 13283807. OLE color: 13283807.

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

Color convert

RGB223177202-
CMYK00.210.090.13
HSL327.39º41.82%78.43%-
HSV(B)327.39º20.63%87.45%-
XYZ56.8151.462.8-
YUV193.6132.74148.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.04%
GREEN value IS 177 (69.53% from 255) = 29.40%
BLUE value IS 202 (79.30% from 255) = 33.55%
R=37.04%
G=29.40%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317720200.210.090.13327.3941.8278.43
HexDFB1CA0159D1472a4e
Octal337261312025111550752116
Binary110111111011000111001010010101100111011010001111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1CA; }

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

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

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

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

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

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

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

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