#DFBEDF

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

Shades of Thistle #DFBEDF

Tints of Thistle #DFBEDF

Color information

#DFBEDF (or 0xDFBEDF) is unknown color: approx Thistle. HEX triplet: DF, BE and DF. RGB value is (223,190,223). Sum of RGB (Red+Green+Blue) = 223+190+223=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFBEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBEDF is #204120. Grayscale: #CBCBCB. Windows color (decimal): -2113825 or 14663391. OLE color: 14663391.

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

Color convert

RGB223190223-
CMYK00.1500.13
HSL300º34.02%80.98%-
HSV(B)300º14.8%87.45%-
XYZ62.1657.8477.7-
YUV203.63138.93141.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.06%
GREEN value IS 190 (74.61% from 255) = 29.87%
BLUE value IS 223 (87.5% from 255) = 35.06%
R=35.06%
G=29.87%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319022300.1500.1330034.0280.98
HexDFBEDF0F0D12c2251
Octal33727633701701545442121
Binary11011111101111101101111101111011011001011001000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBEDF; }

 p { color: rgb(223,190,223); }

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

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

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

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

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

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

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