Html Css Color HEX #DBB6DD Thistle

📋 copy color: '#DBB6DD'

red 219 ◦ green 182 ◦ blue 221

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

Shades of Thistle #DBB6DD

Tints of Thistle #DBB6DD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.26%

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

R = 35.21%
G = 29.26%
B = 35.53%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBB6DD (or 0xDBB6DD) is known color: Thistle. HEX triplet: DB, B6 and DD. RGB value is (219,182,221). Sum of RGB (Red+Green+Blue) = 219+182+221=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 182 (71.48% from 255 or 29.26% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBB6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6DD is #244922. Grayscale: #C5C5C5. Windows color (decimal): -2378019 or 14530267. OLE color: 14530267.

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

Color convert

RGB 219 182 221 -
CMYK 0.01 0.18 0 0.13
HSL 296.92º 0.36% 0.79% -
HSV(B) 296.92º 0.18% 0.87% -
XYZ 58.99 53.74 75.67 -
YUV 197.51 141.26 143.33 -
System Red Green Blue C M Y K H S L
Decimal 219 182 221 0.01 0.18 0 0.13 296.92 0.36 0.79
Hex DB B6 DD 1 12 0 D 129 24 4F
Octal 333 266 335 1 22 0 15 451 44 117
Binary 11011011 10110110 11011101 1 10010 0 1101 100101001 100100 1001111

Color Harmonies of #DBB6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB6DD

Black with #DBB6DD

Text Example


Text Example

White with #DBB6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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