Html Css Color HEX #DCB9DE Thistle

📋 copy color: '#DCB9DE'

red 220 ◦ green 185 ◦ blue 222

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

Shades of Thistle #DCB9DE

Tints of Thistle #DCB9DE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.51%

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

R = 35.09%
G = 29.51%
B = 35.41%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCB9DE (or 0xDCB9DE) is known color: Thistle. HEX triplet: DC, B9 and DE. RGB value is (220,185,222). Sum of RGB (Red+Green+Blue) = 220+185+222=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 185 (72.66% from 255 or 29.51% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCB9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9DE is #234621. Grayscale: #C7C7C7. Windows color (decimal): -2311714 or 14596572. OLE color: 14596572.

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

Color convert

RGB 220 185 222 -
CMYK 0.01 0.17 0 0.13
HSL 296.76º 0.36% 0.8% -
HSV(B) 296.76º 0.17% 0.87% -
XYZ 60.05 55.19 76.59 -
YUV 199.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 220 185 222 0.01 0.17 0 0.13 296.76 0.36 0.8
Hex DC B9 DE 1 11 0 D 129 24 50
Octal 334 271 336 1 21 0 15 451 44 120
Binary 11011100 10111001 11011110 1 10001 0 1101 100101001 100100 1010000

Color Harmonies of #DCB9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB9DE

Black with #DCB9DE

Text Example


Text Example

White with #DCB9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB9DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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