#DECCDD

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

Shades of Thistle #DECCDD

Tints of Thistle #DECCDD

Color information

#DECCDD (or 0xDECCDD) is unknown color: approx Thistle. HEX triplet: DE, CC and DD. RGB value is (222,204,221). Sum of RGB (Red+Green+Blue) = 222+204+221=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCDD is #213322. Grayscale: #D3D3D3. Windows color (decimal): -2175779 or 14535902. OLE color: 14535902.

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

Color convert

RGB222204221-
CMYK00.080.000.13
HSL303.33º21.43%83.53%-
HSV(B)303.33º8.11%87.06%-
XYZ64.7763.9477.33-
YUV211.32133.46135.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.31%
GREEN value IS 204 (80.08% from 255) = 31.53%
BLUE value IS 221 (86.72% from 255) = 34.16%
R=34.31%
G=31.53%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220422100.080.000.13303.3321.4383.53
HexDECCDD080D12f1554
Octal33631433501001545725124
Binary1101111011001100110111010100001101100101111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCDD; }

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

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

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

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

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

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

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

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