Html Css Color HEX #DBB9E6 Thistle

📋 copy color: '#DBB9E6'

red 219 ◦ green 185 ◦ blue 230

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

Shades of Thistle #DBB9E6

Tints of Thistle #DBB9E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.28%

R = 34.54%
G = 29.18%
B = 36.28%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DBB9E6 (or 0xDBB9E6) is known color: Thistle. HEX triplet: DB, B9 and E6. RGB value is (219,185,230). Sum of RGB (Red+Green+Blue) = 219+185+230=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 185 (72.66% from 255 or 29.18% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBB9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB9E6 is #244619. Grayscale: #C8C8C8. Windows color (decimal): -2377242 or 15120859. OLE color: 15120859.

HSL color Cylindrical-coordinate representation of color #DBB9E6: hue angle of 285.33º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB9E6 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 185 230 -
CMYK 0.05 0.20 0 0.10
HSL 285.33º 0.47% 0.81% -
HSV(B) 285.33º 0.2% 0.9% -
XYZ 60.85 55.47 82.36 -
YUV 200.3 144.76 141.34 -
System Red Green Blue C M Y K H S L
Decimal 219 185 230 0.05 0.20 0 0.10 285.33 0.47 0.81
Hex DB B9 E6 5 14 0 A 11D 2F 51
Octal 333 271 346 5 24 0 12 435 57 121
Binary 11011011 10111001 11100110 101 10100 0 1010 100011101 101111 1010001

Color Harmonies of #DBB9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB9E6

Black with #DBB9E6

Text Example


Text Example

White with #DBB9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB9E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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