#DBC8D9

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

Shades of Thistle #DBC8D9

Tints of Thistle #DBC8D9

Color information

#DBC8D9 (or 0xDBC8D9) is unknown color: approx Thistle. HEX triplet: DB, C8 and D9. RGB value is (219,200,217). Sum of RGB (Red+Green+Blue) = 219+200+217=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8D9 is #243726. Grayscale: #CFCFCF. Windows color (decimal): -2373415 or 14272731. OLE color: 14272731.

HSL color Cylindrical-coordinate representation of color #DBC8D9: hue angle of 306.32º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBC8D9 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB219200217-
CMYK00.090.010.14
HSL306.32º20.88%82.16%-
HSV(B)306.32º8.68%85.88%-
XYZ62.3961.3874.2-
YUV207.62133.29136.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.43%
GREEN value IS 200 (78.52% from 255) = 31.45%
BLUE value IS 217 (85.16% from 255) = 34.12%
R=34.43%
G=31.45%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920021700.090.010.14306.3220.8882.16
HexDBC8D9091E1321552
Octal33331033101111646225122
Binary1101101111001000110110010100111110100110010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC8D9; }

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

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

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

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

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

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

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

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