Html Css Color HEX #DBB4E6 Thistle

📋 copy color: '#DBB4E6'

red 219 ◦ green 180 ◦ blue 230

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

Shades of Thistle #DBB4E6

Tints of Thistle #DBB4E6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.62%

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

R = 34.82%
G = 28.62%
B = 36.57%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DBB4E6 (or 0xDBB4E6) is known color: Thistle. HEX triplet: DB, B4 and E6. RGB value is (219,180,230). Sum of RGB (Red+Green+Blue) = 219+180+230=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 180 (70.70% from 255 or 28.62% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBB4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB4E6 is #244B19. Grayscale: #C5C5C5. Windows color (decimal): -2378522 or 15119579. OLE color: 15119579.

HSL color Cylindrical-coordinate representation of color #DBB4E6: hue angle of 286.8º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBB4E6 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 180 230 -
CMYK 0.05 0.22 0 0.10
HSL 286.8º 0.5% 0.8% -
HSV(B) 286.8º 0.22% 0.9% -
XYZ 59.82 53.42 82.02 -
YUV 197.36 146.42 143.43 -
System Red Green Blue C M Y K H S L
Decimal 219 180 230 0.05 0.22 0 0.10 286.8 0.5 0.8
Hex DB B4 E6 5 16 0 A 11F 32 50
Octal 333 264 346 5 26 0 12 437 62 120
Binary 11011011 10110100 11100110 101 10110 0 1010 100011111 110010 1010000

Color Harmonies of #DBB4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB4E6

Black with #DBB4E6

Text Example


Text Example

White with #DBB4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB4E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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