#DCB4DE

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

Shades of Thistle #DCB4DE

Tints of Thistle #DCB4DE

Color information

#DCB4DE (or 0xDCB4DE) is unknown color: approx Thistle. HEX triplet: DC, B4 and DE. RGB value is (220,180,222). Sum of RGB (Red+Green+Blue) = 220+180+222=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 180 (70.70% from 255 or 28.94% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCB4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB4DE is #234B21. Grayscale: #C4C4C4. Windows color (decimal): -2312994 or 14595292. OLE color: 14595292.

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

Color convert

RGB220180222-
CMYK0.010.1900.13
HSL297.14º38.89%78.82%-
HSV(B)297.14º18.92%87.06%-
XYZ59.0253.1376.25-
YUV196.75142.25144.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.37%
GREEN value IS 180 (70.70% from 255) = 28.94%
BLUE value IS 222 (87.11% from 255) = 35.69%
R=35.37%
G=28.94%
B=35.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201802220.010.1900.13297.1438.8978.82
HexDCB4DE1130D129274f
Octal33426433612301545147117
Binary110111001011010011011110110011011011001010011001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB4DE; }

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

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

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

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

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

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

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

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