#DECBDE

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

Shades of Thistle #DECBDE

Tints of Thistle #DECBDE

Color information

#DECBDE (or 0xDECBDE) is unknown color: approx Thistle. HEX triplet: DE, CB and DE. RGB value is (222,203,222). Sum of RGB (Red+Green+Blue) = 222+203+222=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DECBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECBDE is #213421. Grayscale: #D2D2D2. Windows color (decimal): -2176034 or 14601182. OLE color: 14601182.

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

Color convert

RGB222203222-
CMYK00.0900.13
HSL300º22.35%83.33%-
HSV(B)300º8.56%87.06%-
XYZ64.6663.5277.96-
YUV210.85134.29135.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.31%
GREEN value IS 203 (79.69% from 255) = 31.38%
BLUE value IS 222 (87.11% from 255) = 34.31%
R=34.31%
G=31.38%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220322200.0900.1330022.3583.33
HexDECBDE090D12c1653
Octal33631333601101545426123
Binary1101111011001011110111100100101101100101100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECBDE; }

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

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

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

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

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

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

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

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