#DECBDC

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

Shades of Thistle #DECBDC

Tints of Thistle #DECBDC

Color information

#DECBDC (or 0xDECBDC) is unknown color: approx Thistle. HEX triplet: DE, CB and DC. RGB value is (222,203,220). Sum of RGB (Red+Green+Blue) = 222+203+220=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 222 - color contains mainly: red. Hex color #DECBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECBDC is #213423. Grayscale: #D2D2D2. Windows color (decimal): -2176036 or 14470110. OLE color: 14470110.

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

Color convert

RGB222203220-
CMYK00.090.010.13
HSL306.32º22.35%83.33%-
HSV(B)306.32º8.56%87.06%-
XYZ64.463.4176.56-
YUV210.62133.29136.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.42%
GREEN value IS 203 (79.69% from 255) = 31.47%
BLUE value IS 220 (86.33% from 255) = 34.11%
R=34.42%
G=31.47%
B=34.11%

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
Decimal22220322000.090.010.13306.3222.3583.33
HexDECBDC091D1321653
Octal33631333401111546226123
Binary1101111011001011110111000100111101100110010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECBDC; }

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

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

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

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

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

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

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

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