Html Css Color HEX #DBB7DD Thistle

📋 copy color: '#DBB7DD'

red 219 ◦ green 183 ◦ blue 221

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

Shades of Thistle #DBB7DD

Tints of Thistle #DBB7DD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.37%

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

R = 35.15%
G = 29.37%
B = 35.47%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBB7DD (or 0xDBB7DD) is known color: Thistle. HEX triplet: DB, B7 and DD. RGB value is (219,183,221). Sum of RGB (Red+Green+Blue) = 219+183+221=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 183 (71.88% from 255 or 29.37% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBB7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7DD is #244822. Grayscale: #C5C5C5. Windows color (decimal): -2377763 or 14530523. OLE color: 14530523.

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

Color convert

RGB 219 183 221 -
CMYK 0.01 0.17 0 0.13
HSL 296.84º 0.36% 0.79% -
HSV(B) 296.84º 0.17% 0.87% -
XYZ 59.2 54.15 75.74 -
YUV 198.1 140.93 142.91 -
System Red Green Blue C M Y K H S L
Decimal 219 183 221 0.01 0.17 0 0.13 296.84 0.36 0.79
Hex DB B7 DD 1 11 0 D 129 24 4F
Octal 333 267 335 1 21 0 15 451 44 117
Binary 11011011 10110111 11011101 1 10001 0 1101 100101001 100100 1001111

Color Harmonies of #DBB7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB7DD

Black with #DBB7DD

Text Example


Text Example

White with #DBB7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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