#DECADC

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

Shades of Thistle #DECADC

Tints of Thistle #DECADC

Color information

#DECADC (or 0xDECADC) is unknown color: approx Thistle. HEX triplet: DE, CA and DC. RGB value is (222,202,220). Sum of RGB (Red+Green+Blue) = 222+202+220=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 222 - color contains mainly: red. Hex color #DECADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECADC is #213523. Grayscale: #D1D1D1. Windows color (decimal): -2176292 or 14469854. OLE color: 14469854.

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

Color convert

RGB222202220-
CMYK00.090.010.13
HSL306º23.26%83.14%-
HSV(B)306º9.01%87.06%-
XYZ64.1662.9476.48-
YUV210.03133.63136.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.47%
GREEN value IS 202 (79.30% from 255) = 31.37%
BLUE value IS 220 (86.33% from 255) = 34.16%
R=34.47%
G=31.37%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220222000.090.010.1330623.2683.14
HexDECADC091D1321753
Octal33631233401111546227123
Binary1101111011001010110111000100111101100110010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECADC; }

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

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

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

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

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

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

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

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