Html Css Color HEX #DBB8DB Thistle

📋 copy color: '#DBB8DB'

red 219 ◦ green 184 ◦ blue 219

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

Shades of Thistle #DBB8DB

Tints of Thistle #DBB8DB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.58%

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

R = 35.21%
G = 29.58%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBB8DB (or 0xDBB8DB) is known color: Thistle. HEX triplet: DB, B8 and DB. RGB value is (219,184,219). Sum of RGB (Red+Green+Blue) = 219+184+219=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 184 (72.27% from 255 or 29.58% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBB8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8DB is #244724. Grayscale: #C6C6C6. Windows color (decimal): -2377509 or 14399707. OLE color: 14399707.

HSL color Cylindrical-coordinate representation of color #DBB8DB: hue angle of 300º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB8DB is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 184 219 -
CMYK 0 0.16 0 0.14
HSL 300º 0.33% 0.79% -
HSV(B) 300º 0.16% 0.86% -
XYZ 59.14 54.46 74.41 -
YUV 198.46 139.6 142.65 -
System Red Green Blue C M Y K H S L
Decimal 219 184 219 0 0.16 0 0.14 300 0.33 0.79
Hex DB B8 DB 0 10 0 E 12C 21 4F
Octal 333 270 333 0 20 0 16 454 41 117
Binary 11011011 10111000 11011011 0 10000 0 1110 100101100 100001 1001111

Color Harmonies of #DBB8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB8DB

Black with #DBB8DB

Text Example


Text Example

White with #DBB8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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