#DCBEDF

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

Shades of Thistle #DCBEDF

Tints of Thistle #DCBEDF

Color information

#DCBEDF (or 0xDCBEDF) is unknown color: approx Thistle. HEX triplet: DC, BE and DF. RGB value is (220,190,223). Sum of RGB (Red+Green+Blue) = 220+190+223=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCBEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEDF is #234120. Grayscale: #CACACA. Windows color (decimal): -2310433 or 14663388. OLE color: 14663388.

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

Color convert

RGB220190223-
CMYK0.010.1500.13
HSL294.55º34.02%80.98%-
HSV(B)294.55º14.8%87.45%-
XYZ61.2557.3777.66-
YUV202.73139.44140.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 190 (74.61% from 255) = 30.02%
BLUE value IS 223 (87.5% from 255) = 35.23%
R=34.76%
G=30.02%
B=35.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201902230.010.1500.13294.5534.0280.98
HexDCBEDF1F0D1272251
Octal33427633711701544742121
Binary11011100101111101101111111111011011001001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEDF; }

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

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

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

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

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

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

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

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