Html Css Color HEX #DBB6DC Thistle

📋 copy color: '#DBB6DC'

red 219 ◦ green 182 ◦ blue 220

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

Shades of Thistle #DBB6DC

Tints of Thistle #DBB6DC

RGB

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

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

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

R = 35.27%
G = 29.31%
B = 35.43%

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

#DBB6DC (or 0xDBB6DC) is known color: Thistle. HEX triplet: DB, B6 and DC. RGB value is (219,182,220). Sum of RGB (Red+Green+Blue) = 219+182+220=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBB6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6DC is #244923. Grayscale: #C5C5C5. Windows color (decimal): -2378020 or 14464731. OLE color: 14464731.

HSL color Cylindrical-coordinate representation of color #DBB6DC: hue angle of 298.42º 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 #DBB6DC is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 182 220 -
CMYK 0.00 0.17 0 0.14
HSL 298.42º 0.35% 0.79% -
HSV(B) 298.42º 0.17% 0.86% -
XYZ 58.86 53.68 74.97 -
YUV 197.4 140.76 143.41 -
System Red Green Blue C M Y K H S L
Decimal 219 182 220 0.00 0.17 0 0.14 298.42 0.35 0.79
Hex DB B6 DC 0 11 0 E 12A 23 4F
Octal 333 266 334 0 21 0 16 452 43 117
Binary 11011011 10110110 11011100 0 10001 0 1110 100101010 100011 1001111

Color Harmonies of #DBB6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB6DC

Black with #DBB6DC

Text Example


Text Example

White with #DBB6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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