#DECEDB

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

Shades of Thistle #DECEDB

Tints of Thistle #DECEDB

Color information

#DECEDB (or 0xDECEDB) is unknown color: approx Thistle. HEX triplet: DE, CE and DB. RGB value is (222,206,219). Sum of RGB (Red+Green+Blue) = 222+206+219=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 222 - color contains mainly: red. Hex color #DECEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECEDB is #213124. Grayscale: #D4D4D4. Windows color (decimal): -2175269 or 14405342. OLE color: 14405342.

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

Color convert

RGB222206219-
CMYK00.070.010.13
HSL311.25º19.51%83.92%-
HSV(B)311.25º7.21%87.06%-
XYZ64.9864.7976.1-
YUV212.27131.8134.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.31%
GREEN value IS 206 (80.86% from 255) = 31.84%
BLUE value IS 219 (85.94% from 255) = 33.85%
R=34.31%
G=31.84%
B=33.85%

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
Decimal22220621900.070.010.13311.2519.5183.92
HexDECEDB071D1371454
Octal3363163330711546724124
Binary110111101100111011011011011111101100110111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECEDB; }

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

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

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

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

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

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

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

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