#DBD2D9

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

Shades of Thistle #DBD2D9

Tints of Thistle #DBD2D9

Color information

#DBD2D9 (or 0xDBD2D9) is unknown color: approx Thistle. HEX triplet: DB, D2 and D9. RGB value is (219,210,217). Sum of RGB (Red+Green+Blue) = 219+210+217=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 210 (82.42% from 255 or 32.51% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD2D9 is #242D26. Grayscale: #D5D5D5. Windows color (decimal): -2370855 or 14275291. OLE color: 14275291.

HSL color Cylindrical-coordinate representation of color #DBD2D9: hue angle of 313.33º 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 #DBD2D9 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB219210217-
CMYK00.040.010.14
HSL313.33º11.11%84.12%-
HSV(B)313.33º4.11%85.88%-
XYZ64.7866.1675-
YUV213.49129.98131.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.90%
GREEN value IS 210 (82.42% from 255) = 32.51%
BLUE value IS 217 (85.16% from 255) = 33.59%
R=33.90%
G=32.51%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921021700.040.010.14313.3311.1184.12
HexDBD2D9041E139b54
Octal3333223310411647113124
Binary11011011110100101101100101001111010011100110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD2D9; }

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

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

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

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

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

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

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

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