#DECDDC

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

Shades of Thistle #DECDDC

Tints of Thistle #DECDDC

Color information

#DECDDC (or 0xDECDDC) is unknown color: approx Thistle. HEX triplet: DE, CD and DC. RGB value is (222,205,220). Sum of RGB (Red+Green+Blue) = 222+205+220=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 222 - color contains mainly: red. Hex color #DECDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECDDC is #213223. Grayscale: #D3D3D3. Windows color (decimal): -2175524 or 14470622. OLE color: 14470622.

HSL color Cylindrical-coordinate representation of color #DECDDC: hue angle of 307.06º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DECDDC is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB222205220-
CMYK00.080.010.13
HSL307.06º20.48%83.73%-
HSV(B)307.06º7.66%87.06%-
XYZ64.8764.3676.71-
YUV211.79132.63135.28-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.31%
GREEN value IS 205 (80.47% from 255) = 31.68%
BLUE value IS 220 (86.33% from 255) = 34.00%
R=34.31%
G=31.68%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220522000.080.010.13307.0620.4883.73
HexDECDDC081D1331454
Octal33631533401011546324124
Binary1101111011001101110111000100011101100110011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECDDC; }

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

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

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

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

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

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

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

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