#DFB8CB

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

Shades of Twilight #DFB8CB

Tints of Twilight #DFB8CB

Color information

#DFB8CB (or 0xDFB8CB) is unknown color: approx Twilight. HEX triplet: DF, B8 and CB. RGB value is (223,184,203). Sum of RGB (Red+Green+Blue) = 223+184+203=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB8CB is #204734. Grayscale: #C5C5C5. Windows color (decimal): -2115381 or 13351135. OLE color: 13351135.

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

Color convert

RGB223184203-
CMYK00.170.090.13
HSL330.77º37.86%79.8%-
HSV(B)330.77º17.49%87.45%-
XYZ58.3554.2863.9-
YUV197.83130.92145.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.56%
GREEN value IS 184 (72.27% from 255) = 30.16%
BLUE value IS 203 (79.69% from 255) = 33.28%
R=36.56%
G=30.16%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318420300.170.090.13330.7737.8679.8
HexDFB8CB0119D14b2650
Octal337270313021111551346120
Binary110111111011100011001011010001100111011010010111001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB8CB; }

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

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

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

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

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

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

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

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