#DCBEDA

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

Shades of Thistle #DCBEDA

Tints of Thistle #DCBEDA

Color information

#DCBEDA (or 0xDCBEDA) is unknown color: approx Thistle. HEX triplet: DC, BE and DA. RGB value is (220,190,218). Sum of RGB (Red+Green+Blue) = 220+190+218=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEDA is #234125. Grayscale: #CACACA. Windows color (decimal): -2310438 or 14335708. OLE color: 14335708.

HSL color Cylindrical-coordinate representation of color #DCBEDA: hue angle of 304º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCBEDA is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220190218-
CMYK00.140.010.14
HSL304º30%80.39%-
HSV(B)304º13.64%86.27%-
XYZ60.5857.174.16-
YUV202.16136.94140.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.03%
GREEN value IS 190 (74.61% from 255) = 30.25%
BLUE value IS 218 (85.55% from 255) = 34.71%
R=35.03%
G=30.25%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019021800.140.010.143043080.39
HexDCBEDA0E1E1301e50
Octal33427633201611646036120
Binary1101110010111110110110100111011110100110000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEDA; }

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

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

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

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

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

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

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

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