#DCB7E4

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

Shades of Thistle #DCB7E4

Tints of Thistle #DCB7E4

Color information

#DCB7E4 (or 0xDCB7E4) is unknown color: approx Thistle. HEX triplet: DC, B7 and E4. RGB value is (220,183,228). Sum of RGB (Red+Green+Blue) = 220+183+228=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 183 (71.88% from 255 or 29.00% from 631); Blue value is 228 (89.45% from 255 or 36.13% from 631); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCB7E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7E4 is #23481B. Grayscale: #C7C7C7. Windows color (decimal): -2312220 or 14989276. OLE color: 14989276.

HSL color Cylindrical-coordinate representation of color #DCB7E4: hue angle of 289.33º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB7E4 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB220183228-
CMYK0.040.2000.11
HSL289.33º45.45%80.59%-
HSV(B)289.33º19.74%89.41%-
XYZ60.4554.6880.77-
YUV199.19144.26142.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.87%
GREEN value IS 183 (71.88% from 255) = 29.00%
BLUE value IS 228 (89.45% from 255) = 36.13%
R=34.87%
G=29.00%
B=36.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2201832280.040.2000.11289.3345.4580.59
HexDCB7E44140B1212d51
Octal33426734442401344155121
Binary11011100101101111110010010010100010111001000011011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB7E4; }

 p { color: rgb(220,183,228); }

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

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

 a { background-color: rgb(220,183,228); }

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

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

 span { border-color: rgb(220,183,228); }

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