#DFB1CB

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

Shades of Twilight #DFB1CB

Tints of Twilight #DFB1CB

Color information

#DFB1CB (or 0xDFB1CB) is unknown color: approx Twilight. HEX triplet: DF, B1 and CB. RGB value is (223,177,203). Sum of RGB (Red+Green+Blue) = 223+177+203=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1CB is #204E34. Grayscale: #C1C1C1. Windows color (decimal): -2117173 or 13349343. OLE color: 13349343.

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

Color convert

RGB223177203-
CMYK00.210.090.13
HSL326.09º41.82%78.43%-
HSV(B)326.09º20.63%87.45%-
XYZ56.9351.4463.43-
YUV193.72133.24148.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.98%
GREEN value IS 177 (69.53% from 255) = 29.35%
BLUE value IS 203 (79.69% from 255) = 33.67%
R=36.98%
G=29.35%
B=33.67%

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
Decimal22317720300.210.090.13326.0941.8278.43
HexDFB1CB0159D1462a4e
Octal337261313025111550652116
Binary110111111011000111001011010101100111011010001101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1CB; }

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

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

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

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

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

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

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

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