#DEC8E0

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

Shades of Thistle #DEC8E0

Tints of Thistle #DEC8E0

Color information

#DEC8E0 (or 0xDEC8E0) is unknown color: approx Thistle. HEX triplet: DE, C8 and E0. RGB value is (222,200,224). Sum of RGB (Red+Green+Blue) = 222+200+224=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 200 (78.52% from 255 or 30.96% from 646); Blue value is 224 (87.89% from 255 or 34.67% from 646); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEC8E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC8E0 is #21371F. Grayscale: #D1D1D1. Windows color (decimal): -2176800 or 14731486. OLE color: 14731486.

HSL color Cylindrical-coordinate representation of color #DEC8E0: hue angle of 295º degrees, saturation: 0.28, 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 #DEC8E0 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222200224-
CMYK0.010.1100.12
HSL295º27.91%83.14%-
HSV(B)295º10.71%87.84%-
XYZ64.2362.2279.15-
YUV209.31136.29137.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.37%
GREEN value IS 200 (78.52% from 255) = 30.96%
BLUE value IS 224 (87.89% from 255) = 34.67%
R=34.37%
G=30.96%
B=34.67%

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
Decimal2222002240.010.1100.1229527.9183.14
HexDEC8E01B0C1271c53
Octal33631034011301444734123
Binary1101111011001000111000001101101100100100111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC8E0; }

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

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

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

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

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

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

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

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