Html Css Color HEX #DBB9DF Thistle

📋 copy color: '#DBB9DF'

red 219 ◦ green 185 ◦ blue 223

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

Shades of Thistle #DBB9DF

Tints of Thistle #DBB9DF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.51%

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

R = 34.93%
G = 29.51%
B = 35.57%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBB9DF (or 0xDBB9DF) is known color: Thistle. HEX triplet: DB, B9 and DF. RGB value is (219,185,223). Sum of RGB (Red+Green+Blue) = 219+185+223=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 185 (72.66% from 255 or 29.51% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBB9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB9DF is #244620. Grayscale: #C7C7C7. Windows color (decimal): -2377249 or 14662107. OLE color: 14662107.

HSL color Cylindrical-coordinate representation of color #DBB9DF: hue angle of 293.68º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB9DF is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 185 223 -
CMYK 0.02 0.17 0 0.13
HSL 293.68º 0.37% 0.8% -
HSV(B) 293.68º 0.17% 0.87% -
XYZ 59.88 55.09 77.29 -
YUV 199.5 141.26 141.91 -
System Red Green Blue C M Y K H S L
Decimal 219 185 223 0.02 0.17 0 0.13 293.68 0.37 0.8
Hex DB B9 DF 2 11 0 D 126 25 50
Octal 333 271 337 2 21 0 15 446 45 120
Binary 11011011 10111001 11011111 10 10001 0 1101 100100110 100101 1010000

Color Harmonies of #DBB9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB9DF

Black with #DBB9DF

Text Example


Text Example

White with #DBB9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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