#DEC0DD

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

Shades of Thistle #DEC0DD

Tints of Thistle #DEC0DD

Color information

#DEC0DD (or 0xDEC0DD) is unknown color: approx Thistle. HEX triplet: DE, C0 and DD. RGB value is (222,192,221). Sum of RGB (Red+Green+Blue) = 222+192+221=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 192 (75.39% from 255 or 30.24% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0DD is #213F22. Grayscale: #CCCCCC. Windows color (decimal): -2178851 or 14532830. OLE color: 14532830.

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

Color convert

RGB222192221-
CMYK00.140.000.13
HSL302º31.25%81.18%-
HSV(B)302º13.51%87.06%-
XYZ62.0258.4576.42-
YUV204.28137.44140.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 192 (75.39% from 255) = 30.24%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=34.96%
G=30.24%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219222100.140.000.1330231.2581.18
HexDEC0DD0E0D12e1f51
Octal33630033501601545637121
Binary1101111011000000110111010111001101100101110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC0DD; }

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

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

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

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

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

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

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

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