Html Css Color HEX #DBBEDD Thistle

📋 copy color: '#DBBEDD'

red 219 ◦ green 190 ◦ blue 221

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

Shades of Thistle #DBBEDD

Tints of Thistle #DBBEDD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.16%

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

R = 34.76%
G = 30.16%
B = 35.08%

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

#DBBEDD (or 0xDBBEDD) is known color: Thistle. HEX triplet: DB, BE and DD. RGB value is (219,190,221). Sum of RGB (Red+Green+Blue) = 219+190+221=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBBEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEDD is #244122. Grayscale: #CACACA. Windows color (decimal): -2375971 or 14532315. OLE color: 14532315.

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

Color convert

RGB 219 190 221 -
CMYK 0.01 0.14 0 0.13
HSL 296.13º 0.31% 0.81% -
HSV(B) 296.13º 0.14% 0.87% -
XYZ 60.68 57.11 76.23 -
YUV 202.21 138.61 139.98 -
System Red Green Blue C M Y K H S L
Decimal 219 190 221 0.01 0.14 0 0.13 296.13 0.31 0.81
Hex DB BE DD 1 E 0 D 128 1F 51
Octal 333 276 335 1 16 0 15 450 37 121
Binary 11011011 10111110 11011101 1 1110 0 1101 100101000 11111 1010001

Color Harmonies of #DBBEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBEDD

Black with #DBBEDD

Text Example


Text Example

White with #DBBEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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