#DFB4CB

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

Shades of Twilight #DFB4CB

Tints of Twilight #DFB4CB

Color information

#DFB4CB (or 0xDFB4CB) is unknown color: approx Twilight. HEX triplet: DF, B4 and CB. RGB value is (223,180,203). Sum of RGB (Red+Green+Blue) = 223+180+203=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 180 (70.70% from 255 or 29.70% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB4CB is #204B34. Grayscale: #C3C3C3. Windows color (decimal): -2116405 or 13350111. OLE color: 13350111.

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

Color convert

RGB223180203-
CMYK00.190.090.13
HSL327.91º40.19%79.02%-
HSV(B)327.91º19.28%87.45%-
XYZ57.5352.6463.63-
YUV195.48132.25147.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.80%
GREEN value IS 180 (70.70% from 255) = 29.70%
BLUE value IS 203 (79.69% from 255) = 33.50%
R=36.80%
G=29.70%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318020300.190.090.13327.9140.1979.02
HexDFB4CB0139D148284f
Octal337264313023111551050117
Binary110111111011010011001011010011100111011010010001010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB4CB; }

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

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

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

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

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

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

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

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