Html Css Color HEX #DBB3DD Thistle

📋 copy color: '#DBB3DD'

red 219 ◦ green 179 ◦ blue 221

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

Shades of Thistle #DBB3DD

Tints of Thistle #DBB3DD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.92%

 BLUE value IS 221 (86.72% from 255) = 35.7%

R = 35.38%
G = 28.92%
B = 35.7%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBB3DD (or 0xDBB3DD) is known color: Thistle. HEX triplet: DB, B3 and DD. RGB value is (219,179,221). Sum of RGB (Red+Green+Blue) = 219+179+221=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 179 (70.31% from 255 or 28.92% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBB3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB3DD is #244C22. Grayscale: #C3C3C3. Windows color (decimal): -2378787 or 14529499. OLE color: 14529499.

HSL color Cylindrical-coordinate representation of color #DBB3DD: hue angle of 297.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB3DD is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 179 221 -
CMYK 0.01 0.19 0 0.13
HSL 297.14º 0.38% 0.78% -
HSV(B) 297.14º 0.19% 0.87% -
XYZ 58.38 52.52 75.47 -
YUV 195.75 142.25 144.58 -
System Red Green Blue C M Y K H S L
Decimal 219 179 221 0.01 0.19 0 0.13 297.14 0.38 0.78
Hex DB B3 DD 1 13 0 D 129 26 4E
Octal 333 263 335 1 23 0 15 451 46 116
Binary 11011011 10110011 11011101 1 10011 0 1101 100101001 100110 1001110

Color Harmonies of #DBB3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB3DD

Black with #DBB3DD

Text Example


Text Example

White with #DBB3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB3DD; }

 p { color: rgb(219,179,221); }

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

background-color css

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

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

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

border-color css

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

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

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