#DECCDC

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

Shades of Thistle #DECCDC

Tints of Thistle #DECCDC

Color information

#DECCDC (or 0xDECCDC) is unknown color: approx Thistle. HEX triplet: DE, CC and DC. RGB value is (222,204,220). Sum of RGB (Red+Green+Blue) = 222+204+220=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCDC is #213323. Grayscale: #D3D3D3. Windows color (decimal): -2175780 or 14470366. OLE color: 14470366.

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

Color convert

RGB222204220-
CMYK00.080.010.13
HSL306.67º21.43%83.53%-
HSV(B)306.67º8.11%87.06%-
XYZ64.6463.8876.63-
YUV211.21132.96135.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.37%
GREEN value IS 204 (80.08% from 255) = 31.58%
BLUE value IS 220 (86.33% from 255) = 34.06%
R=34.37%
G=31.58%
B=34.06%

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
Decimal22220422000.080.010.13306.6721.4383.53
HexDECCDC081D1331554
Octal33631433401011546325124
Binary1101111011001100110111000100011101100110011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCDC; }

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

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

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

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

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

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

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

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