#DFBDD3

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

Shades of Twilight #DFBDD3

Tints of Twilight #DFBDD3

Color information

#DFBDD3 (or 0xDFBDD3) is unknown color: approx Twilight. HEX triplet: DF, BD and D3. RGB value is (223,189,211). Sum of RGB (Red+Green+Blue) = 223+189+211=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDD3 is #20422C. Grayscale: #C9C9C9. Windows color (decimal): -2114093 or 13876703. OLE color: 13876703.

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

Color convert

RGB223189211-
CMYK00.150.050.13
HSL321.18º34.69%80.78%-
HSV(B)321.18º15.25%87.45%-
XYZ60.3956.7969.41-
YUV201.67133.26143.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.79%
GREEN value IS 189 (74.22% from 255) = 30.34%
BLUE value IS 211 (82.81% from 255) = 33.87%
R=35.79%
G=30.34%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318921100.150.050.13321.1834.6980.78
HexDFBDD30F5D1412351
Octal33727532301751550143121
Binary1101111110111101110100110111110111011010000011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDD3; }

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

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

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

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

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

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

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

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