#DEBEDC

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

Shades of Thistle #DEBEDC

Tints of Thistle #DEBEDC

Color information

#DEBEDC (or 0xDEBEDC) is unknown color: approx Thistle. HEX triplet: DE, BE and DC. RGB value is (222,190,220). Sum of RGB (Red+Green+Blue) = 222+190+220=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBEDC is #214123. Grayscale: #CACACA. Windows color (decimal): -2179364 or 14466782. OLE color: 14466782.

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

Color convert

RGB222190220-
CMYK00.140.010.13
HSL303.75º32.65%80.78%-
HSV(B)303.75º14.41%87.06%-
XYZ61.4657.5275.57-
YUV202.99137.6141.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.13%
GREEN value IS 190 (74.61% from 255) = 30.06%
BLUE value IS 220 (86.33% from 255) = 34.81%
R=35.13%
G=30.06%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219022000.140.010.13303.7532.6580.78
HexDEBEDC0E1D1302151
Octal33627633401611546041121
Binary11011110101111101101110001110111011001100001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEDC; }

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

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

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

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

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

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

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

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