Html Css Color HEX #DCBEDC Thistle

📋 copy color: '#DCBEDC'

red 220 ◦ green 190 ◦ blue 220

#DCBEDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #DCBEDC

Tints of Thistle #DCBEDC

RGB

 RED value IS 220 (86.33% from 255) = 34.92%

 GREEN value IS 190 (74.61% from 255) = 30.16%

 BLUE value IS 220 (86.33% from 255) = 34.92%

R = 34.92%
G = 30.16%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DCBEDC (or 0xDCBEDC) is known color: Thistle. HEX triplet: DC, BE and DC. RGB value is (220,190,220). Sum of RGB (Red+Green+Blue) = 220+190+220=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCBEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEDC is #234123. Grayscale: #CACACA. Windows color (decimal): -2310436 or 14466780. OLE color: 14466780.

HSL color Cylindrical-coordinate representation of color #DCBEDC: hue angle of 300º 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 #DCBEDC is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 190 220 -
CMYK 0 0.14 0 0.14
HSL 300º 0.3% 0.8% -
HSV(B) 300º 0.14% 0.86% -
XYZ 60.85 57.21 75.55 -
YUV 202.39 137.94 140.56 -
System Red Green Blue C M Y K H S L
Decimal 220 190 220 0 0.14 0 0.14 300 0.3 0.8
Hex DC BE DC 0 E 0 E 12C 1E 50
Octal 334 276 334 0 16 0 16 454 36 120
Binary 11011100 10111110 11011100 0 1110 0 1110 100101100 11110 1010000

Color Harmonies of #DCBEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBEDC

Black with #DCBEDC

Text Example


Text Example

White with #DCBEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBEDC; }

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

 H1.HeaderClassName
 {
   color: #DCBEDC;
 }
 .AnyTagClassName
 {
   color: #DCBEDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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