#DBD2DA

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

Shades of Thistle #DBD2DA

Tints of Thistle #DBD2DA

Color information

#DBD2DA (or 0xDBD2DA) is unknown color: approx Thistle. HEX triplet: DB, D2 and DA. RGB value is (219,210,218). Sum of RGB (Red+Green+Blue) = 219+210+218=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 210 (82.42% from 255 or 32.46% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD2DA is #242D25. Grayscale: #D5D5D5. Windows color (decimal): -2370854 or 14340827. OLE color: 14340827.

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

Color convert

RGB219210218-
CMYK00.040.000.14
HSL306.67º11.11%84.12%-
HSV(B)306.67º4.11%85.88%-
XYZ64.9166.2275.69-
YUV213.6130.48131.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.85%
GREEN value IS 210 (82.42% from 255) = 32.46%
BLUE value IS 218 (85.55% from 255) = 33.69%
R=33.85%
G=32.46%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921021800.040.000.14306.6711.1184.12
HexDBD2DA040E133b54
Octal3333223320401646313124
Binary11011011110100101101101001000111010011001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD2DA; }

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

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

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

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

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

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

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

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