Html Css Color HEX #DCB6E6 Thistle

📋 copy color: '#DCB6E6'

red 220 ◦ green 182 ◦ blue 230

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

Shades of Thistle #DCB6E6

Tints of Thistle #DCB6E6

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.8%

 BLUE value IS 230 (90.23% from 255) = 36.39%

R = 34.81%
G = 28.8%
B = 36.39%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DCB6E6 (or 0xDCB6E6) is known color: Thistle. HEX triplet: DC, B6 and E6. RGB value is (220,182,230). Sum of RGB (Red+Green+Blue) = 220+182+230=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 182 (71.48% from 255 or 28.80% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCB6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB6E6 is #234919. Grayscale: #C6C6C6. Windows color (decimal): -2312474 or 15120092. OLE color: 15120092.

HSL color Cylindrical-coordinate representation of color #DCB6E6: hue angle of 287.5º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCB6E6 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 182 230 -
CMYK 0.04 0.21 0 0.10
HSL 287.5º 0.49% 0.81% -
HSV(B) 287.5º 0.21% 0.9% -
XYZ 60.53 54.38 82.17 -
YUV 198.83 145.59 143.1 -
System Red Green Blue C M Y K H S L
Decimal 220 182 230 0.04 0.21 0 0.10 287.5 0.49 0.81
Hex DC B6 E6 4 15 0 A 120 31 51
Octal 334 266 346 4 25 0 12 440 61 121
Binary 11011100 10110110 11100110 100 10101 0 1010 100100000 110001 1010001

Color Harmonies of #DCB6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB6E6

Black with #DCB6E6

Text Example


Text Example

White with #DCB6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB6E6; }

 p { color: rgb(220,182,230); }

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

background-color css

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

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

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

border-color css

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

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

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