#DFB1CE

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

Shades of Twilight #DFB1CE

Tints of Twilight #DFB1CE

Color information

#DFB1CE (or 0xDFB1CE) is unknown color: approx Twilight. HEX triplet: DF, B1 and CE. RGB value is (223,177,206). Sum of RGB (Red+Green+Blue) = 223+177+206=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 177 (69.53% from 255 or 29.21% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1CE is #204E31. Grayscale: #C1C1C1. Windows color (decimal): -2117170 or 13545951. OLE color: 13545951.

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

Color convert

RGB223177206-
CMYK00.210.080.13
HSL322.17º41.82%78.43%-
HSV(B)322.17º20.63%87.45%-
XYZ57.2951.5965.33-
YUV194.06134.74148.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.80%
GREEN value IS 177 (69.53% from 255) = 29.21%
BLUE value IS 206 (80.86% from 255) = 33.99%
R=36.80%
G=29.21%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317720600.210.080.13322.1741.8278.43
HexDFB1CE0158D1422a4e
Octal337261316025101550252116
Binary110111111011000111001110010101100011011010000101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1CE; }

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

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

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

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

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

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

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

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