#DECBDB

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

Shades of Thistle #DECBDB

Tints of Thistle #DECBDB

Color information

#DECBDB (or 0xDECBDB) is unknown color: approx Thistle. HEX triplet: DE, CB and DB. RGB value is (222,203,219). Sum of RGB (Red+Green+Blue) = 222+203+219=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 222 - color contains mainly: red. Hex color #DECBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECBDB is #213424. Grayscale: #D2D2D2. Windows color (decimal): -2176037 or 14404574. OLE color: 14404574.

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

Color convert

RGB222203219-
CMYK00.090.010.13
HSL309.47º22.35%83.33%-
HSV(B)309.47º8.56%87.06%-
XYZ64.2763.3675.86-
YUV210.5132.79136.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.47%
GREEN value IS 203 (79.69% from 255) = 31.52%
BLUE value IS 219 (85.94% from 255) = 34.01%
R=34.47%
G=31.52%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220321900.090.010.13309.4722.3583.33
HexDECBDB091D1351653
Octal33631333301111546526123
Binary1101111011001011110110110100111101100110101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECBDB; }

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

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

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

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

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

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

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

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