#DEC3DD

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

Shades of Thistle #DEC3DD

Tints of Thistle #DEC3DD

Color information

#DEC3DD (or 0xDEC3DD) is unknown color: approx Thistle. HEX triplet: DE, C3 and DD. RGB value is (222,195,221). Sum of RGB (Red+Green+Blue) = 222+195+221=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 195 (76.56% from 255 or 30.56% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC3DD is #213C22. Grayscale: #CDCDCD. Windows color (decimal): -2178083 or 14533598. OLE color: 14533598.

HSL color Cylindrical-coordinate representation of color #DEC3DD: hue angle of 302.22º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEC3DD is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB222195221-
CMYK00.120.000.13
HSL302.22º29.03%81.76%-
HSV(B)302.22º12.16%87.06%-
XYZ62.6959.7876.64-
YUV206.04136.45139.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.80%
GREEN value IS 195 (76.56% from 255) = 30.56%
BLUE value IS 221 (86.72% from 255) = 34.64%
R=34.80%
G=30.56%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219522100.120.000.13302.2229.0381.76
HexDEC3DD0C0D12e1d52
Octal33630333501401545635122
Binary1101111011000011110111010110001101100101110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC3DD; }

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

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

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

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

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

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

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

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