#DECADE

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

Shades of Thistle #DECADE

Tints of Thistle #DECADE

Color information

#DECADE (or 0xDECADE) is unknown color: approx Thistle. HEX triplet: DE, CA and DE. RGB value is (222,202,222). Sum of RGB (Red+Green+Blue) = 222+202+222=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DECADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECADE is #213521. Grayscale: #D2D2D2. Windows color (decimal): -2176290 or 14600926. OLE color: 14600926.

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

Color convert

RGB222202222-
CMYK00.0900.13
HSL300º23.26%83.14%-
HSV(B)300º9.01%87.06%-
XYZ64.4363.0477.88-
YUV210.26134.63136.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.37%
GREEN value IS 202 (79.30% from 255) = 31.27%
BLUE value IS 222 (87.11% from 255) = 34.37%
R=34.37%
G=31.27%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220222200.0900.1330023.2683.14
HexDECADE090D12c1753
Octal33631233601101545427123
Binary1101111011001010110111100100101101100101100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECADE; }

 p { color: rgb(222,202,222); }

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

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

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

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

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

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

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