Html Css Color HEX #D6B2DB Thistle

📋 copy color: '#D6B2DB'

red 214 ◦ green 178 ◦ blue 219

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

Shades of Thistle #D6B2DB

Tints of Thistle #D6B2DB

RGB

 RED value IS 214 (83.98% from 255) = 35.02%

 GREEN value IS 178 (69.92% from 255) = 29.13%

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

R = 35.02%
G = 29.13%
B = 35.84%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D6B2DB (or 0xD6B2DB) is known color: Thistle. HEX triplet: D6, B2 and DB. RGB value is (214,178,219). Sum of RGB (Red+Green+Blue) = 214+178+219=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6B2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B2DB is #294D24. Grayscale: #C1C1C1. Windows color (decimal): -2706725 or 14398166. OLE color: 14398166.

HSL color Cylindrical-coordinate representation of color #D6B2DB: hue angle of 292.68º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6B2DB is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 178 219 -
CMYK 0.02 0.19 0 0.14
HSL 292.68º 0.36% 0.78% -
HSV(B) 292.68º 0.19% 0.86% -
XYZ 56.44 51.25 73.94 -
YUV 193.44 142.43 142.67 -
System Red Green Blue C M Y K H S L
Decimal 214 178 219 0.02 0.19 0 0.14 292.68 0.36 0.78
Hex D6 B2 DB 2 13 0 E 125 24 4E
Octal 326 262 333 2 23 0 16 445 44 116
Binary 11010110 10110010 11011011 10 10011 0 1110 100100101 100100 1001110

Color Harmonies of #D6B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B2DB

Black with #D6B2DB

Text Example


Text Example

White with #D6B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B2DB; }

 p { color: rgb(214,178,219); }

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

background-color css

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

 a { background-color: rgb(214,178,219); }

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

border-color css

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

 span { border-color: rgb(214,178,219); }

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