#DFBCDE

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

Shades of Thistle #DFBCDE

Tints of Thistle #DFBCDE

Color information

#DFBCDE (or 0xDFBCDE) is unknown color: approx Thistle. HEX triplet: DF, BC and DE. RGB value is (223,188,222). Sum of RGB (Red+Green+Blue) = 223+188+222=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCDE is #204321. Grayscale: #CACACA. Windows color (decimal): -2114338 or 14597343. OLE color: 14597343.

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

Color convert

RGB223188222-
CMYK00.160.000.13
HSL301.71º35.35%80.59%-
HSV(B)301.71º15.7%87.45%-
XYZ61.656.9376.85-
YUV202.34139.1142.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.23%
GREEN value IS 188 (73.83% from 255) = 29.70%
BLUE value IS 222 (87.11% from 255) = 35.07%
R=35.23%
G=29.70%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318822200.160.000.13301.7135.3580.59
HexDFBCDE0100D12e2351
Octal33727433602001545643121
Binary110111111011110011011110010000011011001011101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCDE; }

 p { color: rgb(223,188,222); }

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

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

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

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

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

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

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