Html Css Color HEX #DBBDDA Thistle

📋 copy color: '#DBBDDA'

red 219 ◦ green 189 ◦ blue 218

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

Shades of Thistle #DBBDDA

Tints of Thistle #DBBDDA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.19%

 BLUE value IS 218 (85.55% from 255) = 34.82%

R = 34.98%
G = 30.19%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DBBDDA (or 0xDBBDDA) is known color: Thistle. HEX triplet: DB, BD and DA. RGB value is (219,189,218). Sum of RGB (Red+Green+Blue) = 219+189+218=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDDA is #244225. Grayscale: #C9C9C9. Windows color (decimal): -2376230 or 14335451. OLE color: 14335451.

HSL color Cylindrical-coordinate representation of color #DBBDDA: hue angle of 302º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBBDDA is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 189 218 -
CMYK 0 0.14 0.00 0.14
HSL 302º 0.29% 0.8% -
HSV(B) 302º 0.14% 0.86% -
XYZ 60.07 56.52 74.07 -
YUV 201.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 219 189 218 0 0.14 0.00 0.14 302 0.29 0.8
Hex DB BD DA 0 E 0 E 12E 1D 50
Octal 333 275 332 0 16 0 16 456 35 120
Binary 11011011 10111101 11011010 0 1110 0 1110 100101110 11101 1010000

Color Harmonies of #DBBDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBDDA

Black with #DBBDDA

Text Example


Text Example

White with #DBBDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBDDA; }

 p { color: rgb(219,189,218); }

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

background-color css

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

 a { background-color: rgb(219,189,218); }

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

border-color css

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

 span { border-color: rgb(219,189,218); }

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