#DBC5DE

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

Shades of Thistle #DBC5DE

Tints of Thistle #DBC5DE

Color information

#DBC5DE (or 0xDBC5DE) is unknown color: approx Thistle. HEX triplet: DB, C5 and DE. RGB value is (219,197,222). Sum of RGB (Red+Green+Blue) = 219+197+222=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBC5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5DE is #243A21. Grayscale: #CECECE. Windows color (decimal): -2374178 or 14599643. OLE color: 14599643.

HSL color Cylindrical-coordinate representation of color #DBC5DE: hue angle of 292.8º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBC5DE is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219197222-
CMYK0.010.1100.13
HSL292.8º27.47%82.16%-
HSV(B)292.8º11.26%87.06%-
XYZ62.3660.2777.45-
YUV206.43136.79136.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.33%
GREEN value IS 197 (77.34% from 255) = 30.88%
BLUE value IS 222 (87.11% from 255) = 34.80%
R=34.33%
G=30.88%
B=34.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191972220.010.1100.13292.827.4782.16
HexDBC5DE1B0D1251b52
Octal33330533611301544533122
Binary1101101111000101110111101101101101100100101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC5DE; }

 p { color: rgb(219,197,222); }

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

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

 a { background-color: rgb(219,197,222); }

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

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

 span { border-color: rgb(219,197,222); }

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