Html Css Color HEX #DCB3DE Thistle

📋 copy color: '#DCB3DE'

red 220 ◦ green 179 ◦ blue 222

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

Shades of Thistle #DCB3DE

Tints of Thistle #DCB3DE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.82%

 BLUE value IS 222 (87.11% from 255) = 35.75%

R = 35.43%
G = 28.82%
B = 35.75%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCB3DE (or 0xDCB3DE) is known color: Thistle. HEX triplet: DC, B3 and DE. RGB value is (220,179,222). Sum of RGB (Red+Green+Blue) = 220+179+222=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 179 (70.31% from 255 or 28.82% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCB3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3DE is #234C21. Grayscale: #C4C4C4. Windows color (decimal): -2313250 or 14595036. OLE color: 14595036.

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

Color convert

RGB 220 179 222 -
CMYK 0.01 0.19 0 0.13
HSL 297.21º 0.39% 0.79% -
HSV(B) 297.21º 0.19% 0.87% -
XYZ 58.82 52.73 76.18 -
YUV 196.16 142.58 145 -
System Red Green Blue C M Y K H S L
Decimal 220 179 222 0.01 0.19 0 0.13 297.21 0.39 0.79
Hex DC B3 DE 1 13 0 D 129 27 4F
Octal 334 263 336 1 23 0 15 451 47 117
Binary 11011100 10110011 11011110 1 10011 0 1101 100101001 100111 1001111

Color Harmonies of #DCB3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB3DE

Black with #DCB3DE

Text Example


Text Example

White with #DCB3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB3DE; }

 p { color: rgb(220,179,222); }

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

background-color css

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

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

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

border-color css

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

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

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