#DFBDE0

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

Shades of Thistle #DFBDE0

Tints of Thistle #DFBDE0

Color information

#DFBDE0 (or 0xDFBDE0) is unknown color: approx Thistle. HEX triplet: DF, BD and E0. RGB value is (223,189,224). Sum of RGB (Red+Green+Blue) = 223+189+224=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFBDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDE0 is #20421F. Grayscale: #CBCBCB. Windows color (decimal): -2114080 or 14728671. OLE color: 14728671.

HSL color Cylindrical-coordinate representation of color #DFBDE0: hue angle of 298.29º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFBDE0 is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223189224-
CMYK0.000.1600.12
HSL298.29º36.08%80.98%-
HSV(B)298.29º15.62%87.84%-
XYZ62.0857.4678.34-
YUV203.16139.76142.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.06%
GREEN value IS 189 (74.22% from 255) = 29.72%
BLUE value IS 224 (87.89% from 255) = 35.22%
R=35.06%
G=29.72%
B=35.22%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231892240.000.1600.12298.2936.0880.98
HexDFBDE00100C12a2451
Octal33727534002001445244121
Binary110111111011110111100000010000011001001010101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDE0; }

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

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

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

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

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

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

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

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