Html Css Color HEX #DBBEDC Thistle

📋 copy color: '#DBBEDC'

red 219 ◦ green 190 ◦ blue 220

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

Shades of Thistle #DBBEDC

Tints of Thistle #DBBEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.98%

R = 34.82%
G = 30.21%
B = 34.98%

CMYK

 C value IS 0.00

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBBEDC (or 0xDBBEDC) is known color: Thistle. HEX triplet: DB, BE and DC. RGB value is (219,190,220). Sum of RGB (Red+Green+Blue) = 219+190+220=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBBEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEDC is #244123. Grayscale: #CACACA. Windows color (decimal): -2375972 or 14466779. OLE color: 14466779.

HSL color Cylindrical-coordinate representation of color #DBBEDC: hue angle of 298º degrees, saturation: 0.3, 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 #DBBEDC is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 190 220 -
CMYK 0.00 0.14 0 0.14
HSL 298º 0.3% 0.8% -
HSV(B) 298º 0.14% 0.86% -
XYZ 60.55 57.05 75.53 -
YUV 202.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 219 190 220 0.00 0.14 0 0.14 298 0.3 0.8
Hex DB BE DC 0 E 0 E 12A 1E 50
Octal 333 276 334 0 16 0 16 452 36 120
Binary 11011011 10111110 11011100 0 1110 0 1110 100101010 11110 1010000

Color Harmonies of #DBBEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBEDC

Black with #DBBEDC

Text Example


Text Example

White with #DBBEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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