Html Css Color HEX #DBB6E5 Thistle

📋 copy color: '#DBB6E5'

red 219 ◦ green 182 ◦ blue 229

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

Shades of Thistle #DBB6E5

Tints of Thistle #DBB6E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.35%

R = 34.76%
G = 28.89%
B = 36.35%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DBB6E5 (or 0xDBB6E5) is known color: Thistle. HEX triplet: DB, B6 and E5. RGB value is (219,182,229). Sum of RGB (Red+Green+Blue) = 219+182+229=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 182 (71.48% from 255 or 28.89% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBB6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6E5 is #24491A. Grayscale: #C6C6C6. Windows color (decimal): -2378011 or 15054555. OLE color: 15054555.

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

Color convert

RGB 219 182 229 -
CMYK 0.04 0.21 0 0.10
HSL 287.23º 0.47% 0.81% -
HSV(B) 287.23º 0.21% 0.9% -
XYZ 60.08 54.17 81.42 -
YUV 198.42 145.26 142.68 -
System Red Green Blue C M Y K H S L
Decimal 219 182 229 0.04 0.21 0 0.10 287.23 0.47 0.81
Hex DB B6 E5 4 15 0 A 11F 2F 51
Octal 333 266 345 4 25 0 12 437 57 121
Binary 11011011 10110110 11100101 100 10101 0 1010 100011111 101111 1010001

Color Harmonies of #DBB6E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB6E5

Black with #DBB6E5

Text Example


Text Example

White with #DBB6E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB6E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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