#DBC5D9

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

Shades of Thistle #DBC5D9

Tints of Thistle #DBC5D9

Color information

#DBC5D9 (or 0xDBC5D9) is unknown color: approx Thistle. HEX triplet: DB, C5 and D9. RGB value is (219,197,217). Sum of RGB (Red+Green+Blue) = 219+197+217=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 217 (85.16% from 255 or 34.28% from 633); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5D9 is #243A26. Grayscale: #CDCDCD. Windows color (decimal): -2374183 or 14271963. OLE color: 14271963.

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

Color convert

RGB219197217-
CMYK00.100.010.14
HSL305.45º23.4%81.57%-
HSV(B)305.45º10.05%85.88%-
XYZ61.76073.98-
YUV205.86134.29137.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.60%
GREEN value IS 197 (77.34% from 255) = 31.12%
BLUE value IS 217 (85.16% from 255) = 34.28%
R=34.60%
G=31.12%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919721700.100.010.14305.4523.481.57
HexDBC5D90A1E1311752
Octal33330533101211646127122
Binary1101101111000101110110010101011110100110001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC5D9; }

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

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

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

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

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

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

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

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