#DCBEE0

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

Shades of Thistle #DCBEE0

Tints of Thistle #DCBEE0

Color information

#DCBEE0 (or 0xDCBEE0) is unknown color: approx Thistle. HEX triplet: DC, BE and E0. RGB value is (220,190,224). Sum of RGB (Red+Green+Blue) = 220+190+224=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCBEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEE0 is #23411F. Grayscale: #CACACA. Windows color (decimal): -2310432 or 14728924. OLE color: 14728924.

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

Color convert

RGB220190224-
CMYK0.020.1500.12
HSL292.94º35.42%81.18%-
HSV(B)292.94º15.18%87.84%-
XYZ61.3857.4278.37-
YUV202.85139.94140.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 190 (74.61% from 255) = 29.97%
BLUE value IS 224 (87.89% from 255) = 35.33%
R=34.70%
G=29.97%
B=35.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201902240.020.1500.12292.9435.4281.18
HexDCBEE02F0C1252351
Octal33427634021701444543121
Binary110111001011111011100000101111011001001001011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEE0; }

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

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

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

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

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

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

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

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