#DFBDD4

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

Shades of Twilight #DFBDD4

Tints of Twilight #DFBDD4

Color information

#DFBDD4 (or 0xDFBDD4) is unknown color: approx Twilight. HEX triplet: DF, BD and D4. RGB value is (223,189,212). Sum of RGB (Red+Green+Blue) = 223+189+212=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDD4 is #20422B. Grayscale: #C9C9C9. Windows color (decimal): -2114092 or 13942239. OLE color: 13942239.

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

Color convert

RGB223189212-
CMYK00.150.050.13
HSL319.41º34.69%80.78%-
HSV(B)319.41º15.25%87.45%-
XYZ60.5156.8470.07-
YUV201.79133.76143.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.74%
GREEN value IS 189 (74.22% from 255) = 30.29%
BLUE value IS 212 (83.20% from 255) = 33.97%
R=35.74%
G=30.29%
B=33.97%

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
Decimal22318921200.150.050.13319.4134.6980.78
HexDFBDD40F5D13f2351
Octal33727532401751547743121
Binary1101111110111101110101000111110111011001111111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDD4; }

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

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

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

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

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

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

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

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