#DEC0DC

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

Shades of Thistle #DEC0DC

Tints of Thistle #DEC0DC

Color information

#DEC0DC (or 0xDEC0DC) is unknown color: approx Thistle. HEX triplet: DE, C0 and DC. RGB value is (222,192,220). Sum of RGB (Red+Green+Blue) = 222+192+220=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0DC is #213F23. Grayscale: #CCCCCC. Windows color (decimal): -2178852 or 14467294. OLE color: 14467294.

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

Color convert

RGB222192220-
CMYK00.140.010.13
HSL304º31.25%81.18%-
HSV(B)304º13.51%87.06%-
XYZ61.8958.475.72-
YUV204.16136.94140.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 192 (75.39% from 255) = 30.28%
BLUE value IS 220 (86.33% from 255) = 34.70%
R=35.02%
G=30.28%
B=34.70%

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
Decimal22219222000.140.010.1330431.2581.18
HexDEC0DC0E1D1301f51
Octal33630033401611546037121
Binary1101111011000000110111000111011101100110000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC0DC; }

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

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

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

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

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

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

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

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