#DBC8DA

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

Shades of Thistle #DBC8DA

Tints of Thistle #DBC8DA

Color information

#DBC8DA (or 0xDBC8DA) is unknown color: approx Thistle. HEX triplet: DB, C8 and DA. RGB value is (219,200,218). Sum of RGB (Red+Green+Blue) = 219+200+218=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8DA is #243725. Grayscale: #CFCFCF. Windows color (decimal): -2373414 or 14338267. OLE color: 14338267.

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

Color convert

RGB219200218-
CMYK00.090.000.14
HSL303.16º20.88%82.16%-
HSV(B)303.16º8.68%85.88%-
XYZ62.5261.4374.89-
YUV207.73133.79136.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.38%
GREEN value IS 200 (78.52% from 255) = 31.40%
BLUE value IS 218 (85.55% from 255) = 34.22%
R=34.38%
G=31.40%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920021800.090.000.14303.1620.8882.16
HexDBC8DA090E12f1552
Octal33331033201101645725122
Binary1101101111001000110110100100101110100101111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC8DA; }

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

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

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

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

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

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

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

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