Html Css Color HEX #DBB7DA Thistle

📋 copy color: '#DBB7DA'

red 219 ◦ green 183 ◦ blue 218

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

Shades of Thistle #DBB7DA

Tints of Thistle #DBB7DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.16%

R = 35.32%
G = 29.52%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DBB7DA (or 0xDBB7DA) is known color: Thistle. HEX triplet: DB, B7 and DA. RGB value is (219,183,218). Sum of RGB (Red+Green+Blue) = 219+183+218=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 183 (71.88% from 255 or 29.52% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7DA is #244825. Grayscale: #C5C5C5. Windows color (decimal): -2377766 or 14333915. OLE color: 14333915.

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

Color convert

RGB 219 183 218 -
CMYK 0 0.16 0.00 0.14
HSL 301.67º 0.33% 0.79% -
HSV(B) 301.67º 0.16% 0.86% -
XYZ 58.8 53.99 73.65 -
YUV 197.75 139.43 143.15 -
System Red Green Blue C M Y K H S L
Decimal 219 183 218 0 0.16 0.00 0.14 301.67 0.33 0.79
Hex DB B7 DA 0 10 0 E 12E 21 4F
Octal 333 267 332 0 20 0 16 456 41 117
Binary 11011011 10110111 11011010 0 10000 0 1110 100101110 100001 1001111

Color Harmonies of #DBB7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB7DA

Black with #DBB7DA

Text Example


Text Example

White with #DBB7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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