#DBBBDC

Color #DBBBDC Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #DBBBDC

Tints of Thistle #DBBBDC

Color information

#DBBBDC (or 0xDBBBDC) is unknown color: approx 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

RGB219187220-
CMYK0.000.1500.14
HSL298.18º32.04%79.8%-
HSV(B)298.18º15%86.27%-
XYZ59.955.7775.32-
YUV200.33139.1141.32-

RGB Variations

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

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 (Cyan) values IS 0.00
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191872200.000.1500.14298.1832.0479.8
HexDBBBDC0F0E12a2050
Octal33327333401701645240120
Binary11011011101110111101110001111011101001010101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>