#DECEDC

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

Shades of Thistle #DECEDC

Tints of Thistle #DECEDC

Color information

#DECEDC (or 0xDECEDC) is unknown color: approx Thistle. HEX triplet: DE, CE and DC. RGB value is (222,206,220). Sum of RGB (Red+Green+Blue) = 222+206+220=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 222 - color contains mainly: red. Hex color #DECEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECEDC is #213123. Grayscale: #D4D4D4. Windows color (decimal): -2175268 or 14470878. OLE color: 14470878.

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

Color convert

RGB222206220-
CMYK00.070.010.13
HSL307.5º19.51%83.92%-
HSV(B)307.5º7.21%87.06%-
XYZ65.1164.8476.79-
YUV212.38132.3134.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.26%
GREEN value IS 206 (80.86% from 255) = 31.79%
BLUE value IS 220 (86.33% from 255) = 33.95%
R=34.26%
G=31.79%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220622000.070.010.13307.519.5183.92
HexDECEDC071D1341454
Octal3363163340711546424124
Binary110111101100111011011100011111101100110100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECEDC; }

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

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

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

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

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

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

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

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