#DEC6E2

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

Shades of Thistle #DEC6E2

Tints of Thistle #DEC6E2

Color information

#DEC6E2 (or 0xDEC6E2) is unknown color: approx Thistle. HEX triplet: DE, C6 and E2. RGB value is (222,198,226). Sum of RGB (Red+Green+Blue) = 222+198+226=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 198 (77.73% from 255 or 30.65% from 646); Blue value is 226 (88.67% from 255 or 34.98% from 646); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEC6E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC6E2 is #21391D. Grayscale: #D0D0D0. Windows color (decimal): -2177310 or 14862046. OLE color: 14862046.

HSL color Cylindrical-coordinate representation of color #DEC6E2: hue angle of 291.43º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEC6E2 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222198226-
CMYK0.020.1200.11
HSL291.43º32.56%83.14%-
HSV(B)291.43º12.39%88.63%-
XYZ64.0561.4180.43-
YUV208.37137.95137.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.37%
GREEN value IS 198 (77.73% from 255) = 30.65%
BLUE value IS 226 (88.67% from 255) = 34.98%
R=34.37%
G=30.65%
B=34.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221982260.020.1200.11291.4332.5683.14
HexDEC6E22C0B1232153
Octal33630634221401344341123
Binary110111101100011011100010101100010111001000111000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC6E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC6E2; }

 p { color: rgb(222,198,226); }

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

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

 a { background-color: rgb(222,198,226); }

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

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

 span { border-color: rgb(222,198,226); }

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