Html Css Color HEX #D6BBDB Thistle

📋 copy color: '#D6BBDB'

red 214 ◦ green 187 ◦ blue 219

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

Shades of Thistle #D6BBDB

Tints of Thistle #D6BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.16%

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

R = 34.52%
G = 30.16%
B = 35.32%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D6BBDB (or 0xD6BBDB) is known color: Thistle. HEX triplet: D6, BB and DB. RGB value is (214,187,219). Sum of RGB (Red+Green+Blue) = 214+187+219=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBDB is #294424. Grayscale: #C6C6C6. Windows color (decimal): -2704421 or 14400470. OLE color: 14400470.

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

Color convert

RGB 214 187 219 -
CMYK 0.02 0.15 0 0.14
HSL 290.63º 0.31% 0.8% -
HSV(B) 290.63º 0.15% 0.86% -
XYZ 58.29 54.95 74.55 -
YUV 198.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 214 187 219 0.02 0.15 0 0.14 290.63 0.31 0.8
Hex D6 BB DB 2 F 0 E 123 1F 50
Octal 326 273 333 2 17 0 16 443 37 120
Binary 11010110 10111011 11011011 10 1111 0 1110 100100011 11111 1010000

Color Harmonies of #D6BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BBDB

Black with #D6BBDB

Text Example


Text Example

White with #D6BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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