#DBD0DA

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

Shades of Thistle #DBD0DA

Tints of Thistle #DBD0DA

Color information

#DBD0DA (or 0xDBD0DA) is unknown color: approx Thistle. HEX triplet: DB, D0 and DA. RGB value is (219,208,218). Sum of RGB (Red+Green+Blue) = 219+208+218=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 208 (81.64% from 255 or 32.25% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0DA is #242F25. Grayscale: #D4D4D4. Windows color (decimal): -2371366 or 14340315. OLE color: 14340315.

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

Color convert

RGB219208218-
CMYK00.050.000.14
HSL305.45º13.25%83.73%-
HSV(B)305.45º5.02%85.88%-
XYZ64.4265.2375.53-
YUV212.43131.14132.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.95%
GREEN value IS 208 (81.64% from 255) = 32.25%
BLUE value IS 218 (85.55% from 255) = 33.80%
R=33.95%
G=32.25%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920821800.050.000.14305.4513.2583.73
HexDBD0DA050E131d54
Octal3333203320501646115124
Binary11011011110100001101101001010111010011000111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD0DA; }

 p { color: rgb(219,208,218); }

 H1.HeaderClassName
 {
   color: #DBD0DA;
 }
 .AnyTagClassName
 {
   color: #DBD0DA;
 }
</style>
background-color css

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

 a { background-color: rgb(219,208,218); }

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

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

 span { border-color: rgb(219,208,218); }

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