Html Css Color HEX #DCBDDB Thistle

📋 copy color: '#DCBDDB'

red 220 ◦ green 189 ◦ blue 219

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

Shades of Thistle #DCBDDB

Tints of Thistle #DCBDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.1%

 BLUE value IS 219 (85.94% from 255) = 34.87%

R = 35.03%
G = 30.1%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DCBDDB (or 0xDCBDDB) is known color: Thistle. HEX triplet: DC, BD and DB. RGB value is (220,189,219). Sum of RGB (Red+Green+Blue) = 220+189+219=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDDB is #234224. Grayscale: #C9C9C9. Windows color (decimal): -2310693 or 14400988. OLE color: 14400988.

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

Color convert

RGB 220 189 219 -
CMYK 0 0.14 0.00 0.14
HSL 301.94º 0.31% 0.8% -
HSV(B) 301.94º 0.14% 0.86% -
XYZ 60.5 56.73 74.78 -
YUV 201.69 137.77 141.06 -
System Red Green Blue C M Y K H S L
Decimal 220 189 219 0 0.14 0.00 0.14 301.94 0.31 0.8
Hex DC BD DB 0 E 0 E 12E 1F 50
Octal 334 275 333 0 16 0 16 456 37 120
Binary 11011100 10111101 11011011 0 1110 0 1110 100101110 11111 1010000

Color Harmonies of #DCBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBDDB

Black with #DCBDDB

Text Example


Text Example

White with #DCBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBDDB; }

 p { color: rgb(220,189,219); }

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

background-color css

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

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

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

border-color css

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

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

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