#DCB2E0

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

Shades of Thistle #DCB2E0

Tints of Thistle #DCB2E0

Color information

#DCB2E0 (or 0xDCB2E0) is unknown color: approx Thistle. HEX triplet: DC, B2 and E0. RGB value is (220,178,224). Sum of RGB (Red+Green+Blue) = 220+178+224=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 178 (69.92% from 255 or 28.62% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCB2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2E0 is #234D1F. Grayscale: #C3C3C3. Windows color (decimal): -2313504 or 14725852. OLE color: 14725852.

HSL color Cylindrical-coordinate representation of color #DCB2E0: hue angle of 294.78º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCB2E0 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220178224-
CMYK0.020.2100.12
HSL294.78º42.59%78.82%-
HSV(B)294.78º20.54%87.84%-
XYZ58.8952.4477.54-
YUV195.8143.91145.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.37%
GREEN value IS 178 (69.92% from 255) = 28.62%
BLUE value IS 224 (87.89% from 255) = 36.01%
R=35.37%
G=28.62%
B=36.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201782240.020.2100.12294.7842.5978.82
HexDCB2E02150C1272b4f
Octal33426234022501444753117
Binary1101110010110010111000001010101011001001001111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB2E0; }

 p { color: rgb(220,178,224); }

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

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

 a { background-color: rgb(220,178,224); }

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

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

 span { border-color: rgb(220,178,224); }

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