#DEBEDE

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

Shades of Thistle #DEBEDE

Tints of Thistle #DEBEDE

Color information

#DEBEDE (or 0xDEBEDE) is unknown color: approx Thistle. HEX triplet: DE, BE and DE. RGB value is (222,190,222). Sum of RGB (Red+Green+Blue) = 222+190+222=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DEBEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBEDE is #214121. Grayscale: #CBCBCB. Windows color (decimal): -2179362 or 14597854. OLE color: 14597854.

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

Color convert

RGB222190222-
CMYK00.1400.13
HSL300º32.65%80.78%-
HSV(B)300º14.41%87.06%-
XYZ61.7257.6376.98-
YUV203.22138.6141.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 190 (74.61% from 255) = 29.97%
BLUE value IS 222 (87.11% from 255) = 35.02%
R=35.02%
G=29.97%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219022200.1400.1330032.6580.78
HexDEBEDE0E0D12c2151
Octal33627633601601545441121
Binary11011110101111101101111001110011011001011001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEDE; }

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

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

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

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

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

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

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

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