Html Css Color HEX #DBBDDD Thistle

📋 copy color: '#DBBDDD'

red 219 ◦ green 189 ◦ blue 221

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

Shades of Thistle #DBBDDD

Tints of Thistle #DBBDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.14%

R = 34.82%
G = 30.05%
B = 35.14%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBBDDD (or 0xDBBDDD) is known color: Thistle. HEX triplet: DB, BD and DD. RGB value is (219,189,221). Sum of RGB (Red+Green+Blue) = 219+189+221=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBBDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDDD is #244222. Grayscale: #C9C9C9. Windows color (decimal): -2376227 or 14532059. OLE color: 14532059.

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

Color convert

RGB 219 189 221 -
CMYK 0.01 0.14 0 0.13
HSL 296.25º 0.32% 0.8% -
HSV(B) 296.25º 0.14% 0.87% -
XYZ 60.46 56.68 76.16 -
YUV 201.62 138.94 140.4 -
System Red Green Blue C M Y K H S L
Decimal 219 189 221 0.01 0.14 0 0.13 296.25 0.32 0.8
Hex DB BD DD 1 E 0 D 128 20 50
Octal 333 275 335 1 16 0 15 450 40 120
Binary 11011011 10111101 11011101 1 1110 0 1101 100101000 100000 1010000

Color Harmonies of #DBBDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBDDD

Black with #DBBDDD

Text Example


Text Example

White with #DBBDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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