Html Css Color HEX #DBBBDB Thistle

📋 copy color: '#DBBBDB'

red 219 ◦ green 187 ◦ blue 219

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

Shades of Thistle #DBBBDB

Tints of Thistle #DBBBDB

RGB

 RED value IS 219 (85.94% from 255) = 35.04%

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

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

R = 35.04%
G = 29.92%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBBBDB (or 0xDBBBDB) is known color: Thistle. HEX triplet: DB, BB and DB. RGB value is (219,187,219). Sum of RGB (Red+Green+Blue) = 219+187+219=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBBBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBDB is #244424. Grayscale: #C8C8C8. Windows color (decimal): -2376741 or 14400475. OLE color: 14400475.

HSL color Cylindrical-coordinate representation of color #DBBBDB: hue angle of 300º 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 #DBBBDB is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 187 219 -
CMYK 0 0.15 0 0.14
HSL 300º 0.31% 0.8% -
HSV(B) 300º 0.15% 0.86% -
XYZ 59.77 55.72 74.62 -
YUV 200.22 138.6 141.4 -
System Red Green Blue C M Y K H S L
Decimal 219 187 219 0 0.15 0 0.14 300 0.31 0.8
Hex DB BB DB 0 F 0 E 12C 1F 50
Octal 333 273 333 0 17 0 16 454 37 120
Binary 11011011 10111011 11011011 0 1111 0 1110 100101100 11111 1010000

Color Harmonies of #DBBBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBBDB

Black with #DBBBDB

Text Example


Text Example

White with #DBBBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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