Html Css Color HEX #DBB6DF Thistle

📋 copy color: '#DBB6DF'

red 219 ◦ green 182 ◦ blue 223

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

Shades of Thistle #DBB6DF

Tints of Thistle #DBB6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.74%

R = 35.1%
G = 29.17%
B = 35.74%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBB6DF (or 0xDBB6DF) is known color: Thistle. HEX triplet: DB, B6 and DF. RGB value is (219,182,223). Sum of RGB (Red+Green+Blue) = 219+182+223=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 182 (71.48% from 255 or 29.17% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBB6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6DF is #244920. Grayscale: #C5C5C5. Windows color (decimal): -2378017 or 14661339. OLE color: 14661339.

HSL color Cylindrical-coordinate representation of color #DBB6DF: hue angle of 294.15º degrees, saturation: 0.39, 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 #DBB6DF is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 182 223 -
CMYK 0.02 0.18 0 0.13
HSL 294.15º 0.39% 0.79% -
HSV(B) 294.15º 0.18% 0.87% -
XYZ 59.26 53.84 77.08 -
YUV 197.74 142.26 143.17 -
System Red Green Blue C M Y K H S L
Decimal 219 182 223 0.02 0.18 0 0.13 294.15 0.39 0.79
Hex DB B6 DF 2 12 0 D 126 27 4F
Octal 333 266 337 2 22 0 15 446 47 117
Binary 11011011 10110110 11011111 10 10010 0 1101 100100110 100111 1001111

Color Harmonies of #DBB6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB6DF

Black with #DBB6DF

Text Example


Text Example

White with #DBB6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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