#DEC5DF

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

Shades of Thistle #DEC5DF

Tints of Thistle #DEC5DF

Color information

#DEC5DF (or 0xDEC5DF) is unknown color: approx Thistle. HEX triplet: DE, C5 and DF. RGB value is (222,197,223). Sum of RGB (Red+Green+Blue) = 222+197+223=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEC5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC5DF is #213A20. Grayscale: #CFCFCF. Windows color (decimal): -2177569 or 14665182. OLE color: 14665182.

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

Color convert

RGB222197223-
CMYK0.000.1200.13
HSL297.69º28.89%82.35%-
HSV(B)297.69º11.66%87.45%-
XYZ63.4160.7978.2-
YUV207.44136.78138.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.58%
GREEN value IS 197 (77.34% from 255) = 30.69%
BLUE value IS 223 (87.5% from 255) = 34.74%
R=34.58%
G=30.69%
B=34.74%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221972230.000.1200.13297.6928.8982.35
HexDEC5DF0C0D12a1d52
Octal33630533701401545235122
Binary1101111011000101110111110110001101100101010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC5DF; }

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

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

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

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

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

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

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

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