#DFBDE1

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

Shades of Thistle #DFBDE1

Tints of Thistle #DFBDE1

Color information

#DFBDE1 (or 0xDFBDE1) is unknown color: approx Thistle. HEX triplet: DF, BD and E1. RGB value is (223,189,225). Sum of RGB (Red+Green+Blue) = 223+189+225=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 225 (88.28% from 255 or 35.32% from 637); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFBDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDE1 is #20421E. Grayscale: #CBCBCB. Windows color (decimal): -2114079 or 14794207. OLE color: 14794207.

HSL color Cylindrical-coordinate representation of color #DFBDE1: hue angle of 296.67º degrees, saturation: 0.37, 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 #DFBDE1 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223189225-
CMYK0.010.1600.12
HSL296.67º37.5%81.18%-
HSV(B)296.67º16%88.24%-
XYZ62.2257.5279.06-
YUV203.27140.26142.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.01%
GREEN value IS 189 (74.22% from 255) = 29.67%
BLUE value IS 225 (88.28% from 255) = 35.32%
R=35.01%
G=29.67%
B=35.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231892250.010.1600.12296.6737.581.18
HexDFBDE11100C1292551
Octal33727534112001445145121
Binary110111111011110111100001110000011001001010011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDE1; }

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

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

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

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

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

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

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

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