#DFBDD1

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

Shades of Twilight #DFBDD1

Tints of Twilight #DFBDD1

Color information

#DFBDD1 (or 0xDFBDD1) is unknown color: approx Twilight. HEX triplet: DF, BD and D1. RGB value is (223,189,209). Sum of RGB (Red+Green+Blue) = 223+189+209=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDD1 is #20422E. Grayscale: #C9C9C9. Windows color (decimal): -2114095 or 13745631. OLE color: 13745631.

HSL color Cylindrical-coordinate representation of color #DFBDD1: hue angle of 324.71º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFBDD1 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB223189209-
CMYK00.150.060.13
HSL324.71º34.69%80.78%-
HSV(B)324.71º15.25%87.45%-
XYZ60.1456.6968.09-
YUV201.45132.26143.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.91%
GREEN value IS 189 (74.22% from 255) = 30.43%
BLUE value IS 209 (82.03% from 255) = 33.66%
R=35.91%
G=30.43%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318920900.150.060.13324.7134.6980.78
HexDFBDD10F6D1452351
Octal33727532101761550543121
Binary1101111110111101110100010111111011011010001011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDD1; }

 p { color: rgb(223,189,209); }

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

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

 a { background-color: rgb(223,189,209); }

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

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

 span { border-color: rgb(223,189,209); }

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