#DFB3CD

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

Shades of Twilight #DFB3CD

Tints of Twilight #DFB3CD

Color information

#DFB3CD (or 0xDFB3CD) is unknown color: approx Twilight. HEX triplet: DF, B3 and CD. RGB value is (223,179,205). Sum of RGB (Red+Green+Blue) = 223+179+205=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 179 (70.31% from 255 or 29.49% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB3CD is #204C32. Grayscale: #C3C3C3. Windows color (decimal): -2116659 or 13480927. OLE color: 13480927.

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

Color convert

RGB223179205-
CMYK00.200.080.13
HSL324.55º40.74%78.82%-
HSV(B)324.55º19.73%87.45%-
XYZ57.5752.3464.83-
YUV195.12133.58147.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.74%
GREEN value IS 179 (70.31% from 255) = 29.49%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=36.74%
G=29.49%
B=33.77%

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
Decimal22317920500.200.080.13324.5540.7478.82
HexDFB3CD0148D145294f
Octal337263315024101550551117
Binary110111111011001111001101010100100011011010001011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB3CD; }

 p { color: rgb(223,179,205); }

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

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

 a { background-color: rgb(223,179,205); }

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

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

 span { border-color: rgb(223,179,205); }

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