Html Css Color HEX #DBB7DC Thistle

📋 copy color: '#DBB7DC'

red 219 ◦ green 183 ◦ blue 220

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

Shades of Thistle #DBB7DC

Tints of Thistle #DBB7DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.37%

R = 35.21%
G = 29.42%
B = 35.37%

CMYK

 C value IS 0.00

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBB7DC (or 0xDBB7DC) is known color: Thistle. HEX triplet: DB, B7 and DC. RGB value is (219,183,220). Sum of RGB (Red+Green+Blue) = 219+183+220=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 183 (71.88% from 255 or 29.42% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBB7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7DC is #244823. Grayscale: #C5C5C5. Windows color (decimal): -2377764 or 14464987. OLE color: 14464987.

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

Color convert

RGB 219 183 220 -
CMYK 0.00 0.17 0 0.14
HSL 298.38º 0.35% 0.79% -
HSV(B) 298.38º 0.17% 0.86% -
XYZ 59.07 54.09 75.04 -
YUV 197.98 140.43 142.99 -
System Red Green Blue C M Y K H S L
Decimal 219 183 220 0.00 0.17 0 0.14 298.38 0.35 0.79
Hex DB B7 DC 0 11 0 E 12A 23 4F
Octal 333 267 334 0 21 0 16 452 43 117
Binary 11011011 10110111 11011100 0 10001 0 1110 100101010 100011 1001111

Color Harmonies of #DBB7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB7DC

Black with #DBB7DC

Text Example


Text Example

White with #DBB7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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