#DEC7E0

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

Shades of Thistle #DEC7E0

Tints of Thistle #DEC7E0

Color information

#DEC7E0 (or 0xDEC7E0) is unknown color: approx Thistle. HEX triplet: DE, C7 and E0. RGB value is (222,199,224). Sum of RGB (Red+Green+Blue) = 222+199+224=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 199 (78.12% from 255 or 30.85% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEC7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC7E0 is #21381F. Grayscale: #D0D0D0. Windows color (decimal): -2177056 or 14731230. OLE color: 14731230.

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

Color convert

RGB222199224-
CMYK0.010.1100.12
HSL295.2º28.74%82.94%-
HSV(B)295.2º11.16%87.84%-
XYZ6461.7679.07-
YUV208.73136.62137.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.42%
GREEN value IS 199 (78.12% from 255) = 30.85%
BLUE value IS 224 (87.89% from 255) = 34.73%
R=34.42%
G=30.85%
B=34.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221992240.010.1100.12295.228.7482.94
HexDEC7E01B0C1271d53
Octal33630734011301444735123
Binary1101111011000111111000001101101100100100111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC7E0; }

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

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

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

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

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

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

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

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