#DEC3DF

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

Shades of Thistle #DEC3DF

Tints of Thistle #DEC3DF

Color information

#DEC3DF (or 0xDEC3DF) is unknown color: approx Thistle. HEX triplet: DE, C3 and DF. RGB value is (222,195,223). Sum of RGB (Red+Green+Blue) = 222+195+223=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 195 (76.56% from 255 or 30.47% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEC3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC3DF is #213C20. Grayscale: #CECECE. Windows color (decimal): -2178081 or 14664670. OLE color: 14664670.

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

Color convert

RGB222195223-
CMYK0.000.1300.13
HSL297.86º30.43%81.96%-
HSV(B)297.86º12.56%87.45%-
XYZ62.9659.8978.05-
YUV206.26137.45139.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.69%
GREEN value IS 195 (76.56% from 255) = 30.47%
BLUE value IS 223 (87.5% from 255) = 34.84%
R=34.69%
G=30.47%
B=34.84%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221952230.000.1300.13297.8630.4381.96
HexDEC3DF0D0D12a1e52
Octal33630333701501545236122
Binary1101111011000011110111110110101101100101010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC3DF; }

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

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

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

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

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

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

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

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