#DFB2CE

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

Shades of Twilight #DFB2CE

Tints of Twilight #DFB2CE

Color information

#DFB2CE (or 0xDFB2CE) is unknown color: approx Twilight. HEX triplet: DF, B2 and CE. RGB value is (223,178,206). Sum of RGB (Red+Green+Blue) = 223+178+206=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB2CE is #204D31. Grayscale: #C2C2C2. Windows color (decimal): -2116914 or 13546207. OLE color: 13546207.

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

Color convert

RGB223178206-
CMYK00.200.080.13
HSL322.67º41.28%78.63%-
HSV(B)322.67º20.18%87.45%-
XYZ57.4951.9865.4-
YUV194.65134.41148.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.74%
GREEN value IS 178 (69.92% from 255) = 29.32%
BLUE value IS 206 (80.86% from 255) = 33.94%
R=36.74%
G=29.32%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317820600.200.080.13322.6741.2878.63
HexDFB2CE0148D143294f
Octal337262316024101550351117
Binary110111111011001011001110010100100011011010000111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB2CE; }

 p { color: rgb(223,178,206); }

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

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

 a { background-color: rgb(223,178,206); }

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

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

 span { border-color: rgb(223,178,206); }

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