Html Css Color HEX #DBBBDC Thistle

📋 copy color: '#DBBBDC'

red 219 ◦ green 187 ◦ blue 220

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

Shades of Thistle #DBBBDC

Tints of Thistle #DBBBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.87%

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

R = 34.98%
G = 29.87%
B = 35.14%

CMYK

 C value IS 0.00

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBBBDC (or 0xDBBBDC) is known color: Thistle. HEX triplet: DB, BB and DC. RGB value is (219,187,220). Sum of RGB (Red+Green+Blue) = 219+187+220=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBBBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBDC is #244423. Grayscale: #C8C8C8. Windows color (decimal): -2376740 or 14466011. OLE color: 14466011.

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

Color convert

RGB 219 187 220 -
CMYK 0.00 0.15 0 0.14
HSL 298.18º 0.32% 0.8% -
HSV(B) 298.18º 0.15% 0.86% -
XYZ 59.9 55.77 75.32 -
YUV 200.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 219 187 220 0.00 0.15 0 0.14 298.18 0.32 0.8
Hex DB BB DC 0 F 0 E 12A 20 50
Octal 333 273 334 0 17 0 16 452 40 120
Binary 11011011 10111011 11011100 0 1111 0 1110 100101010 100000 1010000

Color Harmonies of #DBBBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBBDC

Black with #DBBBDC

Text Example


Text Example

White with #DBBBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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