#DEC7DD

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

Shades of Thistle #DEC7DD

Tints of Thistle #DEC7DD

Color information

#DEC7DD (or 0xDEC7DD) is unknown color: approx Thistle. HEX triplet: DE, C7 and DD. RGB value is (222,199,221). Sum of RGB (Red+Green+Blue) = 222+199+221=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC7DD is #213822. Grayscale: #D0D0D0. Windows color (decimal): -2177059 or 14534622. OLE color: 14534622.

HSL color Cylindrical-coordinate representation of color #DEC7DD: hue angle of 302.61º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEC7DD is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB222199221-
CMYK00.100.000.13
HSL302.61º25.84%82.55%-
HSV(B)302.61º10.36%87.06%-
XYZ63.661.676.94-
YUV208.38135.12137.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.58%
GREEN value IS 199 (78.12% from 255) = 31.00%
BLUE value IS 221 (86.72% from 255) = 34.42%
R=34.58%
G=31.00%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219922100.100.000.13302.6125.8482.55
HexDEC7DD0A0D12f1a53
Octal33630733501201545732123
Binary1101111011000111110111010101001101100101111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC7DD; }

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

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

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

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

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

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

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

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