#DEC8DC

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

Shades of Thistle #DEC8DC

Tints of Thistle #DEC8DC

Color information

#DEC8DC (or 0xDEC8DC) is unknown color: approx Thistle. HEX triplet: DE, C8 and DC. RGB value is (222,200,220). Sum of RGB (Red+Green+Blue) = 222+200+220=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 200 (78.52% from 255 or 31.15% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC8DC is #213723. Grayscale: #D0D0D0. Windows color (decimal): -2176804 or 14469342. OLE color: 14469342.

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

Color convert

RGB222200220-
CMYK00.100.010.13
HSL305.45º25%82.75%-
HSV(B)305.45º9.91%87.06%-
XYZ63.762.0176.32-
YUV208.86134.29137.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.58%
GREEN value IS 200 (78.52% from 255) = 31.15%
BLUE value IS 220 (86.33% from 255) = 34.27%
R=34.58%
G=31.15%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220022000.100.010.13305.452582.75
HexDEC8DC0A1D1311953
Octal33631033401211546131123
Binary1101111011001000110111000101011101100110001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC8DC; }

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

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

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

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

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

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

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

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