#DFBEDE

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

Shades of Thistle #DFBEDE

Tints of Thistle #DFBEDE

Color information

#DFBEDE (or 0xDFBEDE) is unknown color: approx Thistle. HEX triplet: DF, BE and DE. RGB value is (223,190,222). Sum of RGB (Red+Green+Blue) = 223+190+222=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBEDE is #204121. Grayscale: #CBCBCB. Windows color (decimal): -2113826 or 14597855. OLE color: 14597855.

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

Color convert

RGB223190222-
CMYK00.150.000.13
HSL301.82º34.02%80.98%-
HSV(B)301.82º14.8%87.45%-
XYZ62.0357.7976.99-
YUV203.52138.43141.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.12%
GREEN value IS 190 (74.61% from 255) = 29.92%
BLUE value IS 222 (87.11% from 255) = 34.96%
R=35.12%
G=29.92%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319022200.150.000.13301.8234.0280.98
HexDFBEDE0F0D12e2251
Octal33727633601701545642121
Binary11011111101111101101111001111011011001011101000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBEDE; }

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

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

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

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

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

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

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

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